mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Comment to complain about GraphScene and remind myself to re-factor or replace it
This commit is contained in:
parent
10c95a12dc
commit
acc26fa8e4
1 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue