mpl_toolkits.axes_grid1.axes_size.Padded

class mpl_toolkits.axes_grid1.axes_size.Padded(size, pad)

Bases: _Base

[Deprecated] Return an 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)