Package reflectometry :: Package reduction :: Module ticker :: Class LogFormatterMathtext

Class LogFormatterMathtext

source code


Format values for log axis; using exponent = log_base(value)
Nested Classes

Inherited from matplotlib.ticker.TickHelper: DummyAxis

Instance Methods
 
__call__(self, x, pos=None)
Return the format for tick val x at position pos
source code

Inherited from matplotlib.ticker.LogFormatter: __init__, base, format_data, format_data_short, is_decade, label_minor, nearest_long, pprint_val

Inherited from matplotlib.ticker.Formatter: fix_minus, get_offset, set_locs

Inherited from matplotlib.ticker.TickHelper: create_dummy_axis, set_axis, set_bounds, set_data_interval, set_view_interval

Class Variables

Inherited from matplotlib.ticker.Formatter: locs

Inherited from matplotlib.ticker.TickHelper: axis

Method Details

__call__(self, x, pos=None)
(Call operator)

source code 
Return the format for tick val x at position pos
Overrides: matplotlib.ticker.Formatter.__call__