Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in NumberPlane when using x_max (and likely the y/min values too) #101

Closed
XorUnison opened this issue May 27, 2020 · 0 comments · Fixed by #164
Closed

Bug in NumberPlane when using x_max (and likely the y/min values too) #101

XorUnison opened this issue May 27, 2020 · 0 comments · Fixed by #164
Labels
pr:bugfix Bug fix for use in PRs solving a specific issue:bug

Comments

@XorUnison
Copy link
Collaborator

XorUnison commented May 27, 2020

NPac=NumberPlane(x_max=20).add_coordinates()
class Test(Scene):
    def construct(self):
        self.add(NPac.shift([-15,0,0]))
        self.wait(1)

This results in the horizontal lines not being anywhere near as long as they should be. Leaving this here for either someone else to investigate or fix, or in case of doubt myself coming back to this some point in the not too close future.

@XorUnison XorUnison added the pr:bugfix Bug fix for use in PRs solving a specific issue:bug label May 27, 2020
huguesdevimeux added a commit to huguesdevimeux/manim that referenced this issue Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:bugfix Bug fix for use in PRs solving a specific issue:bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant