mpl_toolkits.axisartist.floating_axes.FloatingAxesBase

class mpl_toolkits.axisartist.floating_axes.FloatingAxesBase(*args, **kwargs) [source]

Bases: object

__dict__ = mappingproxy({'__module__': 'mpl_toolkits.axisartist.floating_axes', '__init__': <function FloatingAxesBase.__init__>, '_gen_axes_patch': <function FloatingAxesBase._gen_axes_patch>, 'cla': <function FloatingAxesBase.cla>, 'adjust_axes_lim': <function FloatingAxesBase.adjust_axes_lim>, '__dict__': <attribute '__dict__' of 'FloatingAxesBase' objects>, '__weakref__': <attribute '__weakref__' of 'FloatingAxesBase' objects>, '__doc__': None})
__init__(self, *args, **kwargs) [source]

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

__module__ = 'mpl_toolkits.axisartist.floating_axes'
__weakref__

list of weak references to the object (if defined)

adjust_axes_lim(self) [source]
cla(self) [source]

Examples using mpl_toolkits.axisartist.floating_axes.FloatingAxesBase

© 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.floating_axes.FloatingAxesBase.html