SciFormatter¶
- class SciFormatter(precision=None, zerotrim=None)[source]¶
Bases:
matplotlib.ticker.FormatterFormat numbers with scientific notation.
- Parameters
precision (
int, optional) – The maximum number of digits after the decimal point. Default is6whenzerotrimisTrueand2otherwise.zerotrim (
bool, optional) – Whether to trim trailing decimal zeros. Default isrc['formatter.zerotrim']=True.
Methods Summary
__call__(x[, pos])Convert number to a string.