CartesianAxes

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

Bases: proplot.axes.base.Axes

Axes subclass for plotting in ordinary Cartesian coordinates. Adds the format method and overrides several existing methods.

Attributes Summary

name

The registered projection name.

Methods Summary

altx(**kwargs)

Return an axes in the same location as this one but whose x axis is on the top.

alty(**kwargs)

Return an axes in the same location as this one but whose y axis is on the right.

dualx(arg, **kwargs)

Return a secondary x axis for denoting equivalent x coordinates in alternate units.

dualy(arg, **kwargs)

Return a secondary y axis for denoting equivalent y coordinates in alternate units.

format(*[, aspect, xloc, yloc, xspineloc, …])

Modify the x and y axis labels, tick locations, tick labels, axis scales, spine settings, and more.

twinx()

Mimics the builtin twinx method.

twiny()

Mimics the builtin twiny method.