mpl_toolkits.mplot3d.art3d.
Line3DCollection
(segments, *args, **kwargs)¶A collection of 3D lines.
Keyword arguments are passed onto LineCollection()
.
do_3d_projection
(renderer)¶Project the points according to renderer matrix.
draw
(renderer, project=False)¶set_segments
(segments)¶Set 3D segments
set_sort_zpos
(val)¶Set the position to use for z-sorting.