mpl_toolkits.axisartist.grid_finder.FixedLocator

class mpl_toolkits.axisartist.grid_finder.FixedLocator(locs)[源代码]

基类:object

__call__(v1, v2)[源代码]

称自己为函数。

__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, '__annotations__': {}})
__init__(locs)[源代码]

初始化自身。请参阅帮助(键入(self))以获得准确的签名。

__module__ = 'mpl_toolkits.axisartist.grid_finder'
__weakref__

对象的弱引用列表(如果已定义)

set_factor(f)[源代码]

[Deprecated]

笔记

3.3 版后已移除:

使用实例 mpl_toolkits.axisartist.grid_finder.FixedLocator