How do I play this whole animation as one scene? #1605
MathLoverGamingMatrixes
started this conversation in
General
Replies: 1 comment 4 replies
-
I don't understand what you are going to do. And I noticed that you are using the community version of manim, so please move this to their discord channel. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code -
`from manim import *
class FirstScene(Scene):
def construct(self):
#graph scene
class GraphScene(Scene):
def construct(self):
`
Beta Was this translation helpful? Give feedback.
All reactions