There are many instances of ``` cax = make_axes_locatable(ax).append_axes(...) ``` but it is unclear if this is a good idea with the new `constrained` layout default.
There are many instances of
but it is unclear if this is a good idea with the new
constrainedlayout default.