CartesianAxes¶
- class CartesianAxes(*args, **kwargs)[source]¶
Bases:
proplot.axes.base.AxesAxes subclass for plotting in ordinary Cartesian coordinates. Adds the
formatmethod and overrides several existing methods.See also
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(*[, 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
twinxmethod.twiny()Mimics the builtin
twinymethod.