mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Change axes height in GraphExample
This commit is contained in:
@ -374,7 +374,7 @@ class CoordinateSystemExample(Scene):
|
||||
|
||||
class GraphExample(Scene):
|
||||
def construct(self):
|
||||
axes = Axes((-3, 10), (-1, 8))
|
||||
axes = Axes((-3, 10), (-1, 8), height=6)
|
||||
axes.add_coordinate_labels()
|
||||
|
||||
self.play(Write(axes, lag_ratio=0.01, run_time=1))
|
||||
|
Reference in New Issue
Block a user