mpl_toolkits.mplot3d.art3d.Line3DCollection

class mpl_toolkits.mplot3d.art3d.Line3DCollection(segments, *args, **kwargs) [source]

A collection of 3D lines.

Keyword arguments are passed onto LineCollection().

do_3d_projection(renderer) [source]

Project the points according to renderer matrix.

draw(renderer, project=False) [source]

Derived classes drawing method

set_segments(segments) [source]

Set 3D segments

set_sort_zpos(val) [source]

Set the position to use for z-sorting.

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/2.2.3/api/_as_gen/mpl_toolkits.mplot3d.art3d.Line3DCollection.html