Skip to content

Commit 04b6ea9

Browse files
committed
DOC: add whats new
1 parent 47a2445 commit 04b6ea9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
``subplots``, ``subplot_mosaic`` accept *height_ratios* and *width_ratios* arguments
2+
------------------------------------------------------------------------------------
3+
4+
The relative width and height of columns and rows in `~.Figure.subplots` and
5+
`~.Figure.subplot_mosaic` can be controlled by passing *height_ratios* and
6+
*width_ratios* keyword arguments to the methods. Previously, this required
7+
passing the ratios in *gridspec_kws* arguments.

0 commit comments

Comments
 (0)