@@ -1372,14 +1372,14 @@ def subplots(nrows=1, ncols=1, *, sharex=False, sharey=False, squeeze=True,
1372
1372
width_ratios : array-like of length *ncols*, optional
1373
1373
Defines the relative widths of the columns. Each column gets a
1374
1374
relative width of ``width_ratios[i] / sum(width_ratios)``.
1375
- If not given, all columns will have the same width. Convenience
1376
- for ``gridspec_kw={'width_ratios': [...]}``.
1375
+ If not given, all columns will have the same width. Equivalent
1376
+ to ``gridspec_kw={'width_ratios': [...]}``.
1377
1377
1378
1378
height_ratios : array-like of length *nrows*, optional
1379
1379
Defines the relative heights of the rows. Each row gets a
1380
1380
relative height of ``height_ratios[i] / sum(height_ratios)``.
1381
- If not given, all rows will have the same height. Convenience
1382
- for ``gridspec_kw={'height_ratios': [...]}``.
1381
+ If not given, all rows will have the same height. Equivalent
1382
+ to ``gridspec_kw={'height_ratios': [...]}``.
1383
1383
1384
1384
subplot_kw : dict, optional
1385
1385
Dict with keywords passed to the
@@ -1532,14 +1532,14 @@ def subplot_mosaic(mosaic, *, sharex=False, sharey=False,
1532
1532
width_ratios : array-like of length *ncols*, optional
1533
1533
Defines the relative widths of the columns. Each column gets a
1534
1534
relative width of ``width_ratios[i] / sum(width_ratios)``.
1535
- If not given, all columns will have the same width. Convenience
1536
- for ``gridspec_kw={'width_ratios': [...]}``.
1535
+ If not given, all columns will have the same width. Equivalent
1536
+ to ``gridspec_kw={'width_ratios': [...]}``.
1537
1537
1538
1538
height_ratios : array-like of length *nrows*, optional
1539
1539
Defines the relative heights of the rows. Each row gets a
1540
1540
relative height of ``height_ratios[i] / sum(height_ratios)``.
1541
- If not given, all rows will have the same height. Convenience
1542
- for ``gridspec_kw={'height_ratios': [...]}``.
1541
+ If not given, all rows will have the same height. Equivalent
1542
+ to ``gridspec_kw={'height_ratios': [...]}``.
1543
1543
1544
1544
empty_sentinel : object, optional
1545
1545
Entry in the layout to mean "leave this space empty". Defaults
0 commit comments