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

This Page

mpl_toolkits.mplot3d.art3d.Line3D

class mpl_toolkits.mplot3d.art3d.Line3D(xs, ys, zs, *args, **kwargs)

3D line object.

Keyword arguments are passed onto Line2D().

draw(renderer)

draw the Line with renderer unless visibility is False

set_3d_properties(zs=0, zdir='z')