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

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.