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

Improve LineCollection docstring further #26738

Open
oscargus opened this issue Sep 12, 2023 · 0 comments
Open

Improve LineCollection docstring further #26738

oscargus opened this issue Sep 12, 2023 · 0 comments
Labels
Documentation: API files in lib/ and doc/api

Comments

@oscargus
Copy link
Contributor

          (M, 2)

I would perhaps completely drop the "list of points" and just write

A sequence ``[line0, line1, ...]`` where each line is a (N, 2)-shape
array-like of points::

    line0 = [(x0, y0), (x1, y1), ...]

Each line can...

Originally posted by @anntzer in #26676 (comment)

@oscargus oscargus added the Documentation: API files in lib/ and doc/api label Sep 12, 2023
@ksunden ksunden mentioned this issue Sep 15, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation: API files in lib/ and doc/api
Projects
None yet
Development

No branches or pull requests

1 participant