Comment to complain about GraphScene and remind myself to re-factor or replace it

This commit is contained in:
Grant Sanderson 2019-01-22 15:40:06 -08:00
parent 10c95a12dc
commit acc26fa8e4

View file

@ -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):