Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Suggestions #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions example_scenes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from manimlib import *

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from manimlib import *
from manimlib import *
import math as m

import numpy as np
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we import pandas for table manipulation?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test 3/29/2022

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test 777

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

user automation test
fix good fix

__
sema-logo  Summary: 🛠️ This code needs a fix  |  Tags: Readable, Inefficient, Elegant, Not maintainable


# Can we include more features using data visualization libraries?

# To watch one of these scenes, run the following:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What other features can we add to this program?

# manimgl example_scenes.py OpeningManimExample
# Use -s to skip to the end and just save the final frame
Comment on lines 7 to 8

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# manimgl example_scenes.py OpeningManimExample
# Use -s to skip to the end and just save the final frame
# change this to be smtg else?

Sema Reaction: ❓ I have a question

Expand Down