ThetaDegreeFormatter#
- class glue.core.util.ThetaDegreeFormatter(axis_label=None)#
Bases:
ThetaFormatterMethods 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_locsto 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.