Axes

class Axes(*args, **kwargs)[source]

Bases: matplotlib.axes._axes.Axes

The lowest-level Axes subclass used by proplot. Implements basic universal features.

Parameters

*args, **kwargs – Passed to Axes.

Attributes Summary

number

The axes number.

Methods Summary

colorbar(**kwargs)

Add an inset colorbar or an outer colorbar along the edge of the axes.

format(**kwargs)

Modify the axes title(s), the a-b-c label, row and column labels, and the figure title.

indicate_inset_zoom(**kwargs)

Draw lines indicating the zoom range of the inset axes.

inset(*args, **kwargs)

Return an inset CartesianAxes.

inset_axes(bounds[, transform, proj, ...])

Return an inset CartesianAxes.

legend([handles, labels, loc, location, queue])

Add an inset legend or outer legend along the edge of the axes.

panel(*args, **kwargs)

Return a panel drawn along the edge of this axes.

panel_axes(*args, **kwargs)

Return a panel drawn along the edge of this axes.

text(*args[, border, bordercolor, ...])

Add text to the axes.