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.

__init__(self, path, *args, **kwargs)[source]
Parameters:
pathPath

The path to draw.

**kwargs

All remaining keyword arguments are passed to Line2D.

__module__ = 'mpl_toolkits.axisartist.axis_artist'
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:
rendererRendererBase subclass.

Notes

This method is overridden in the Artist subclasses.

recache(self)[source]
set_path(self, path)[source]

Examples using mpl_toolkits.axisartist.axis_artist.BezierPath