FracFormatter¶
- class FracFormatter(symbol='', number=1)[source]¶
Bases:
matplotlib.ticker.FormatterFormat numbers as fractions or multiples of some arbitrary value. This is powered by the builtin
Fractionclass and thelimit_denominatormethod.- Parameters
symbol (str) – The symbol, e.g.
r'$\pi$'. Default is''.number (float) – The value, e.g.
numpy.pi. Default is1.
Methods Summary
__call__(x[, pos])Convert number to a string.