mpl_toolkits.axes_grid1.axes_size.Fixed

class mpl_toolkits.axes_grid1.axes_size.Fixed(fixed_size)[source]

Bases: mpl_toolkits.axes_grid1.axes_size._Base

Simple fixed size with absolute part = fixed_size and relative part = 0.

__init__(self, fixed_size)[source]

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

__module__ = 'mpl_toolkits.axes_grid1.axes_size'
get_size(self, renderer)[source]

Examples using mpl_toolkits.axes_grid1.axes_size.Fixed