ThetaRadianFormatter¶
- class glue.core.util.ThetaRadianFormatter[source]¶
Bases:
matplotlib.ticker.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.
rad_fn
(x[, digits])Attributes Documentation
- limit_den = 10000¶
- max_den = 20¶
- max_num = 20¶
Methods Documentation