IndexLocator
- class IndexLocator(base=1, offset=0)[source]
Bases:
LocatorFormat numbers by assigning fixed strings to non-negative indices. The ticks are restricted to the extent of plotted content when content is present.
Methods Summary
__call__()Return the locations of the ticks.
set_params([base, offset])Do nothing, and raise a warning.
tick_values(vmin, vmax)Return the values of the located ticks given vmin and vmax.
Methods Documentation