mpl_toolkits.axes_grid1.axes_size.Padded#

class mpl_toolkits.axes_grid1.axes_size.Padded(size, pad)[source]#

Bases: _Base

[Deprecated] Return a instance where the absolute part of size is increase by the amount of pad.

Notes

Deprecated since version 3.6: Use size + pad instead.

get_size(renderer)[source]#