Bases: Locator
Format 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
Return the locations of the ticks.
Do nothing, and raise a warning. Any locator class not supporting the set_params() function will call this.
Return the values of the located ticks given vmin and vmax.
Note
To get tick locations with the vmin and vmax values defined automatically for the associated axis
simply call the Locator instance:
>>> print(type(loc)) <type 'Locator'> >>> print(loc()) [1, 2, 3, 4]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4