mpl_toolkits.axisartist.axis_artist.BezierPath¶
-
class
mpl_toolkits.axisartist.axis_artist.
BezierPath
(path, *args, **kwargs)[source]¶ Bases:
matplotlib.lines.Line2D
[Deprecated]
Notes
Deprecated since version 3.2:
Parameters: path :
Path
The path to draw.
**kwargs
All remaining keyword arguments are passed to
Line2D
.-
draw
(renderer)[source]¶ Draw the Artist using the given renderer.
This method will be overridden in the Artist subclasses. Typically, it is implemented to not have any effect if the Artist is not visible (
Artist.get_visible
is False).Parameters: renderer : RendererBase
subclass.
-