Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: Slightly improve the LineCollection docstring#29265
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
9f51fb3
to93cf2e8
Compare93cf2e8
tocec1805
Comparelib/matplotlib/collections.py Outdated
of points:: | ||
segments : list of(N, 2)array-like | ||
A sequence``[line0,line1, ...]``where each line is a(N, 2)-shape | ||
array-like representing points:: |
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.
array-likerepresentingpoints:: | |
array-likecontainingpoints:: |
lib/matplotlib/collections.py Outdated
or the equivalent Mx2 numpy array with two columns. Each line | ||
can have a different number of segments. | ||
Each line can have a different number of segments. |
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.
Eachlinecanhaveadifferentnumberofsegments. | |
Eachlinecancontainadifferentamountofpoints. |
It's a bit unclear to me what this is referencing b/c the parameter segments is the list of lines and we don't give the segments is section between points definition here & I think what you mean here is the latter.
cec1805
toaa34c8a
Comparecc82d4f
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
…265-on-v3.10.xBackport PR#29265 on branch v3.10.x (DOC: Slightly improve the LineCollection docstring)
Uh oh!
There was an error while loading.Please reload this page.
Closes#26738.