XYAxes

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

Bases: proplot.axes.Axes

Axes subclass for ordinary 2D cartesian coordinates. Adds several new methods and overrides existing ones.

See also

None, None

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.

draw([renderer])

Perform post-processing steps then draw the axes.

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.

get_tightbbox(renderer, *args, **kwargs)

Perform post-processing steps then return the tight bounding box.

twinx()

Mimics the builtin twinx method.

twiny()

Mimics the builtin twiny method.