mplutils documentation#
Utility methods for matplotlib to layout figures and axes with fine control over absolute dimensions.
mplutils provides a custom layout engine for matplotlib which fixes axes sizes instead
of figure sizes. See FixedLayoutEngine.
In addition, it provides methods that adjust the physical dimensions of axes and
colorbars. See set_axes_size(), set_colorbar_pad(), or
set_colorbar_thickness().
Warning
This package should not be confused with mplutils provided on PyPI.