PolarAxes

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

Bases: proplot.axes.shared._SharedAxes, proplot.axes.plot.PlotAxes, matplotlib.projections.polar.PolarAxes

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

See also

proplot.ui.subplots, proplot.axes.Axes, proplot.axes.PlotAxes, matplotlib.projections.PolarAxes

Attributes Summary

name

The registered projection name.

Methods Summary

format(**kwargs)

Modify radial gridline locations, gridline labels, limits, and more.