Don't make TexAndNumbersExample an InteractiveScene by default

This commit is contained in:
Grant Sanderson 2023-01-15 09:26:17 -08:00
parent 4582f5d331
commit bf726667a8

View file

@ -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)