mpl_toolkits.axisartist.grid_finder.FixedLocator

class mpl_toolkits.axisartist.grid_finder.FixedLocator(locs) [source]

Bases: object

__call__(self, v1, v2) [source]

Call self as a function.

__dict__ = mappingproxy({'__module__': 'mpl_toolkits.axisartist.grid_finder', '__init__': <function FixedLocator.__init__>, '__call__': <function FixedLocator.__call__>, 'set_factor': <function FixedLocator.set_factor>, '__dict__': <attribute '__dict__' of 'FixedLocator' objects>, '__weakref__': <attribute '__weakref__' of 'FixedLocator' objects>, '__doc__': None})
__init__(self, locs) [source]

Initialize self. See help(type(self)) for accurate signature.

__module__ = 'mpl_toolkits.axisartist.grid_finder'
__weakref__

list of weak references to the object (if defined)

set_factor(self, f) [source]

[Deprecated]

Notes

Deprecated since version 3.3:

Examples using mpl_toolkits.axisartist.grid_finder.FixedLocator

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.3.3/api/_as_gen/mpl_toolkits.axisartist.grid_finder.FixedLocator.html