ThetaRadianFormatter¶
- class glue.core.util.ThetaRadianFormatter(axis_label=None)[source]¶
Bases:
Formatter
Used to format the theta tick labels in radians
Attributes Summary
Methods Summary
__call__
(x[, pos])Return the format for tick value x at position pos.
format_ticks
(values)Return the tick labels for all the ticks at once.
rad_fn
(x[, digits])Attributes Documentation
- limit_den = 10000¶
- max_den = 20¶
- max_num = 20¶
Methods Documentation