Skip to content

[Doc]: Line3DCollection segments #26674

Closed
@alaindebecker

Description

@alaindebecker

Documentation Link

https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.mplot3d.art3d.Line3DCollection.html

Problem

The parameters (first argument, first line) says that

segments: list of array-like
A sequence of (line0, line1, line_2_), where:
linen = (x0, y0), (x1, y1), ... (x**_m_**, y**_m_**)
or the equivalent numpy array with two columns. Each line can have a different number of segments.

This is contradictory: do you provide a double list of 3d-points or m list of ?d-points ??

Suggested improvement

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions