mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Change axes height in GraphExample
This commit is contained in:
parent
a6ee54488b
commit
e76b673e63
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ class CoordinateSystemExample(Scene):
|
||||||
|
|
||||||
class GraphExample(Scene):
|
class GraphExample(Scene):
|
||||||
def construct(self):
|
def construct(self):
|
||||||
axes = Axes((-3, 10), (-1, 8))
|
axes = Axes((-3, 10), (-1, 8), height=6)
|
||||||
axes.add_coordinate_labels()
|
axes.add_coordinate_labels()
|
||||||
|
|
||||||
self.play(Write(axes, lag_ratio=0.01, run_time=1))
|
self.play(Write(axes, lag_ratio=0.01, run_time=1))
|
||||||
|
|
Loading…
Add table
Reference in a new issue