Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
story645 merged 1 commit intomatplotlib:mainfromtimhoffm:doc-linecollection
Dec 10, 2024

Conversation

timhoffm
Copy link
Member

@timhoffmtimhoffm commentedDec 9, 2024
edited
Loading

Closes#26738.

@timhoffmtimhoffm added the Documentation: APIfiles in lib/ and doc/api labelDec 9, 2024
@github-actionsgithub-actionsbot removed the Documentation: APIfiles in lib/ and doc/api labelDec 9, 2024
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::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
array-likerepresentingpoints::
array-likecontainingpoints::


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.
Copy link
Member

@story645story645Dec 9, 2024
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
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.

@story645story645 added this to thev3.10.0 milestoneDec 10, 2024
@story645story645 merged commitcc82d4f intomatplotlib:mainDec 10, 2024
39 checks passed
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestDec 10, 2024
QuLogic added a commit that referenced this pull requestDec 10, 2024
…265-on-v3.10.xBackport PR#29265 on branch v3.10.x (DOC: Slightly improve the LineCollection docstring)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@story645story645story645 approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.10.0
Development

Successfully merging this pull request may close these issues.

Improve LineCollection docstring further
2 participants
@timhoffm@story645

[8]ページ先頭

©2009-2025 Movatter.jp