You are reading an old version of the documentation (v2.1.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.mplot3d.art3d.Line3DCollection.html
matplotlib
Fork me on GitHub


Travis-CI:

This Page

mpl_toolkits.mplot3d.art3d.Line3DCollection

class 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.