mpl_toolkits.axisartist.axis_artist.BezierPath

class mpl_toolkits.axisartist.axis_artist.BezierPath(**kwargs)[source]

Bases: matplotlib.lines.Line2D

[Deprecated]

Notes

Deprecated since version 3.2:

Parameters:
pathPath

The path to draw.

**kwargs

All remaining keyword arguments are passed to Line2D.

draw(self, 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:
rendererRendererBase subclass.
recache(self)[source]
set_path(self, path)[source]