mpl_toolkits.axisartist.angle_helper.LocatorBase

class mpl_toolkits.axisartist.angle_helper.LocatorBase(nbins, include_last=True)[源代码]

基类:object

__dict__ = mappingproxy({'__module__': 'mpl_toolkits.axisartist.angle_helper', '__init__': <function LocatorBase.__init__>, 'den': <matplotlib.cbook.deprecation.deprecated.<locals>.deprecate.<locals>._deprecated_property object>, 'set_params': <function LocatorBase.set_params>, '__dict__': <attribute '__dict__' of 'LocatorBase' objects>, '__weakref__': <attribute '__weakref__' of 'LocatorBase' objects>, '__doc__': None, '__annotations__': {}})
__init__(nbins, include_last=True)[源代码]

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

__module__ = 'mpl_toolkits.axisartist.angle_helper'
__weakref__

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

property den
set_params(nbins=None)[源代码]