@@ -204,21 +204,27 @@ def __init__(self, nrows, ncols, figure=None,
204
204
ncols : int
205
205
Number or columns in grid.
206
206
207
- figure : ~.figure.Figure, optional
207
+ figure : ` ~.figure.Figure` , optional
208
208
209
- left, right, top, bottom : float
209
+ left, right, top, bottom : float, optional
210
210
Extent of the subplots as a fraction of figure width or height.
211
211
Left cannot be larger than right, and bottom cannot be larger than
212
212
top.
213
213
214
- wspace : float
214
+ wspace : float, optional
215
215
The amount of width reserved for space between subplots,
216
216
expressed as a fraction of the average axis width.
217
217
218
- hspace : float
218
+ hspace : float, optional
219
219
The amount of height reserved for space between subplots,
220
220
expressed as a fraction of the average axis height.
221
221
222
+ width_ratios : length *ncols* iterable, optional
223
+ Width ratios of the columns.
224
+
225
+ height_ratios : length *nrows* iterable, optional
226
+ Height ratios of the rows.
227
+
222
228
Notes
223
229
-----
224
230
See `~.figure.SubplotParams` for descriptions of the layout parameters.
0 commit comments