-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Cleanup docs of bezier #14390
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
Cleanup docs of bezier #14390
Conversation
see also #13355 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
anyone can merge postci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small typo.
lib/matplotlib/bezier.py
Outdated
|
||
- inside_closedpath : return True if the point is inside the path | ||
Search starts from *t0* and *t1* and it uses a simple bisecting algorithm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Search starts from *t0* and *t1* and it uses a simple bisecting algorithm | |
Search starts from *t0* and *t1* and uses a simple bisecting algorithm, |
lib/matplotlib/bezier.py
Outdated
dx1, dy1, dx2, dy2 : float | ||
The gradients *dy*/*dx* of the two lines. | ||
tolerance : float | ||
The angular tolerange in radians up to which the lines are considered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The angular tolerange in radians up to which the lines are considered | |
The angular tolerance in radians up to which the lines are considered |
Thanks @timhoffm ! |
No description provided.