class mpl_toolkits.mplot3d.art3d.Line3D(xs, ys, zs, *args, **kwargs) [source]
Bases: matplotlib.lines.Line2D
3D line object.
Keyword arguments are passed onto Line2D().
draw(renderer) [source]
draw the Line with renderer unless visibility is False
set_3d_properties(zs=0, zdir='z') [source]
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.0.0/api/_as_gen/mpl_toolkits.mplot3d.art3d.Line3D.html