fix the mismatch between code and video

This commit is contained in:
libinglong
2021-04-20 15:59:07 +08:00
parent 565ff09d58
commit bf9d797d84

View File

@ -450,8 +450,7 @@ CoordinateSystemExample
# system defined by them.
f_always(dot.move_to, lambda: axes.c2p(1, 1))
self.play(
axes.animate.scale(0.75),
axes.animate.to_corner(UL),
axes.animate.scale(0.75).to_corner(UL),
run_time=2,
)
self.wait()