Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 642 Bytes

24189-JB.rst

File metadata and controls

10 lines (9 loc) · 642 Bytes

fig.subplot_mosaic no longer passes the gridspec_kw args to nested gridspecs.

For nested .Figure.subplot_mosaic layouts, it is almost always inappropriate for gridspec_kw arguments to be passed to lower nest levels, and these arguments are incompatible with the lower levels in many cases. This dictionary is no longer passed to the inner layouts. Users who need to modify gridspec_kw at multiple levels should use .Figure.subfigures to get nesting, and construct the inner layouts with .Figure.subplots or .Figure.subplot_mosaic.