We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a2445 commit 04b6ea9Copy full SHA for 04b6ea9
doc/users/next_whats_new/width_height_ratios.rst
@@ -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