mpl_toolkits.mplot3d.art3d.Line3D¶
-
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()
.-
__module__
= 'mpl_toolkits.mplot3d.art3d'¶
-
draw
(self, renderer)[source]¶ Draw the Artist (and its children) using the given renderer.
This has no effect if the artist is not visible (
Artist.get_visible
returns False).Parameters: - renderer
RendererBase
subclass.
Notes
This method is overridden in the Artist subclasses.
- renderer
-