CartesianAxes¶
- class CartesianAxes(*args, **kwargs)[source]¶
Bases:
proplot.axes.shared._SharedAxes,proplot.axes.plot.PlotAxesAxes subclass for plotting in ordinary Cartesian coordinates. Adds the
formatmethod and overrides several existing methods.Attributes Summary
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(funcscale, **kwargs)Return a secondary x axis for denoting equivalent x coordinates in alternate units.
dualy(funcscale, **kwargs)Return a secondary y axis for denoting equivalent y coordinates in alternate units.
format(**kwargs)Modify the x and y axis labels, tick locations, tick labels, axis scales, spine settings, and more.
twinx()Return an axes in the same location as this one but whose y axis is on the right.
twiny()Return an axes in the same location as this one but whose x axis is on the top.