Skip to content

Typo in coordinate_systems #2023

@ghost

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

No one assigned

    Labels

    issue:bugSomething isn't working... For use in issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions