mpl_toolkits.axes_grid1.axes_size.GetExtentHelper

class mpl_toolkits.axes_grid1.axes_size.GetExtentHelper(ax, direction)[source]

Bases: object

__call__(self, renderer)[source]

Call self as a function.

__dict__ = mappingproxy({'__module__': 'mpl_toolkits.axes_grid1.axes_size', '_get_func_map': {'left': <function GetExtentHelper.<lambda>>, 'right': <function GetExtentHelper.<lambda>>, 'bottom': <function GetExtentHelper.<lambda>>, 'top': <function GetExtentHelper.<lambda>>}, '__init__': <function GetExtentHelper.__init__>, '__call__': <function GetExtentHelper.__call__>, '__dict__': <attribute '__dict__' of 'GetExtentHelper' objects>, '__weakref__': <attribute '__weakref__' of 'GetExtentHelper' objects>, '__doc__': None})
__init__(self, ax, direction)[source]

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

__module__ = 'mpl_toolkits.axes_grid1.axes_size'
__weakref__

list of weak references to the object (if defined)

Examples using mpl_toolkits.axes_grid1.axes_size.GetExtentHelper