mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
fix the mismatch between code and video
This commit is contained in:
parent
565ff09d58
commit
bf9d797d84
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue