Closed
Description
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