From bf9d797d8427040d511657b513f3f669281f36e6 Mon Sep 17 00:00:00 2001 From: libinglong Date: Tue, 20 Apr 2021 15:59:07 +0800 Subject: [PATCH] fix the mismatch between code and video --- docs/source/getting_started/example_scenes.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/getting_started/example_scenes.rst b/docs/source/getting_started/example_scenes.rst index 4a9aa4f1..6c3a72bb 100644 --- a/docs/source/getting_started/example_scenes.rst +++ b/docs/source/getting_started/example_scenes.rst @@ -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()