Change axes height in GraphExample

This commit is contained in:
Grant Sanderson 2022-12-28 19:22:49 -08:00
parent a6ee54488b
commit e76b673e63

View file

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