From acc26fa8e43b345fe1c9eeb354f7e4fe13762dcb Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Tue, 22 Jan 2019 15:40:06 -0800 Subject: [PATCH] Comment to complain about GraphScene and remind myself to re-factor or replace it --- manimlib/scene/graph_scene.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manimlib/scene/graph_scene.py b/manimlib/scene/graph_scene.py index 0f23ad8b..868e2858 100644 --- a/manimlib/scene/graph_scene.py +++ b/manimlib/scene/graph_scene.py @@ -20,7 +20,9 @@ from manimlib.utils.color import invert_color from manimlib.utils.space_ops import angle_of_vector # TODO, this should probably reimplemented entirely, especially so as to -# better reuse code from mobject/coordinate_systems +# better reuse code from mobject/coordinate_systems. +# Also, I really dislike how the configuration is set up, this +# is way too messy to work with. class GraphScene(Scene):