manim icon indicating copy to clipboard operation
manim copied to clipboard

fix: Align lines correctly when passing `faded_line_ratio` property to NumberPlane (#2894)

Open imaphatduc opened this issue 3 years ago • 0 comments

Overview: What does this pull request change?

Correctly align lines when creating a new NumberPlane object with faded_line_ratio property.

Before

image

After

image

Further Information and Comments

I use the code that #2894 provided.

Reviewer Checklist

  • [ ] The PR title is descriptive enough for the changelog, and the PR is labeled correctly
  • [ ] If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS section
  • [ ] If applicable: newly added functions and classes are tested

imaphatduc avatar Aug 10 '22 07:08 imaphatduc