mpl_toolkits.axes_grid1.axes_grid.CbarAxesBase

class mpl_toolkits.axes_grid1.axes_grid.CbarAxesBase(*args, orientation, **kwargs)[源代码]

基类:object

__dict__ = mappingproxy({'__module__': 'mpl_toolkits.axes_grid1.axes_grid', '__init__': <function CbarAxesBase.__init__>, 'colorbar': <function CbarAxesBase.colorbar>, 'cbid': <matplotlib.cbook.deprecation.deprecated.<locals>.deprecate.<locals>._deprecated_property object>, 'locator': <matplotlib.cbook.deprecation.deprecated.<locals>.deprecate.<locals>._deprecated_property object>, '_config_axes': <function CbarAxesBase._config_axes>, 'toggle_label': <function CbarAxesBase.toggle_label>, 'cla': <function CbarAxesBase.cla>, '__dict__': <attribute '__dict__' of 'CbarAxesBase' objects>, '__weakref__': <attribute '__weakref__' of 'CbarAxesBase' objects>, '__doc__': None, '__annotations__': {}})
__init__(*args, orientation, **kwargs)[源代码]

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

__module__ = 'mpl_toolkits.axes_grid1.axes_grid'
__weakref__

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

property cbid
cla()[源代码]
colorbar(mappable, *, ticks=None, **kwargs)[源代码]
property locator
toggle_label(b)[源代码]

使用实例 mpl_toolkits.axes_grid1.axes_grid.CbarAxesBase