Bases: LineCollection
A collection of 3D lines.
A sequence [line0, line1, ...]
where each line is a (N, 2)-shape array-like containing points:
line0 = [(x0, y0), (x1, y1), ...]
Each line can contain a different number of points.
rcParams["lines.linewidth"]
(default: 1.5
)
The width of each line in points.
rcParams["lines.color"]
(default: 'C0'
)
A sequence of RGBA tuples (e.g., arbitrary color strings, etc, not allowed).
rcParams["lines.antialiased"]
(default: True
)
Whether to use antialiasing for each line.
zorder of the lines once drawn.
When setting facecolors, each line is interpreted as a boundary for an area, implicitly closing the path from the last point to the first point. The enclosed area is filled with facecolor. In order to manually specify what should count as the "interior" of each line, please use PathCollection
instead, where the "interior" can be specified by appropriate usage of CLOSEPOLY
.
Forwarded to Collection
.
Project the points according to renderer matrix.
Set multiple properties at once.
Supported properties are
Set 3D segments.
Set the position to use for z-sorting.
mpl_toolkits.mplot3d.art3d.Line3DCollection
#
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4