-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
issue:bugSomething isn't working... For use in issuesSomething isn't working... For use in issues
Description
At manim/mobject/coordinate_systems.py line 195 and 196, the origin code is
def get_y_unit_size(self):
return self.get_x_axis().get_unit_size()And it should be
def get_y_unit_size(self):
return self.get_y_axis().get_unit_size()This typo is small but may cause confusion if someone use this method. Please fix it soon.
Metadata
Metadata
Assignees
Labels
issue:bugSomething isn't working... For use in issuesSomething isn't working... For use in issues