PolarRadiusFormatter#

class glue.core.util.PolarRadiusFormatter(axis_label=None)#

Bases: ScalarFormatter

Methods Summary

format_ticks(values)

Return the tick label strings for all values.

Methods Documentation

format_ticks(values)#

Return the tick label strings for all values.

This is the public API for generating tick labels. It calls set_locs to configure context-dependent formatting state before delegating to __call__ for each individual value.

The output may contain mathtext or LaTeX markup.

Use this method (rather than __call__) whenever formatting a complete set of tick values, so that formatters which need to see all tick locations (e.g. to determine precision, offsets, or which date components to display) can work correctly.