From cc7c2cfb73cb9f7e5bbb1b3c3a2e3208310bb536 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Thu, 11 Apr 2019 09:55:56 -0700 Subject: [PATCH] Remove Transform(...).update(1) call from GraphScene --- manimlib/scene/graph_scene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/scene/graph_scene.py b/manimlib/scene/graph_scene.py index 88616b8f..7d5dcf48 100644 --- a/manimlib/scene/graph_scene.py +++ b/manimlib/scene/graph_scene.py @@ -552,7 +552,7 @@ class GraphScene(Scene): kwargs["dx"] = dx kwargs["x"] = x new_group = self.get_secant_slope_group(**kwargs) - Transform(group, new_group).update(1) + group.become(new_group) return group self.play(