mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 07:27:44 +00:00
Don't make TexAndNumbersExample an InteractiveScene by default
This commit is contained in:
parent
4582f5d331
commit
bf726667a8
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ class GraphExample(Scene):
|
|||
self.wait()
|
||||
|
||||
|
||||
class TexAndNumbersExample(InteractiveScene):
|
||||
class TexAndNumbersExample(Scene):
|
||||
def construct(self):
|
||||
axes = Axes((-3, 3), (-3, 3), unit_size=1)
|
||||
axes.to_edge(DOWN)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue