@@ -811,14 +811,14 @@ def subplots(self, nrows=1, ncols=1, *, sharex=False, sharey=False,
811
811
width_ratios : array-like of length *ncols*, optional
812
812
Defines the relative widths of the columns. Each column gets a
813
813
relative width of ``width_ratios[i] / sum(width_ratios)``.
814
- If not given, all columns will have the same width. Convenience
815
- for ``gridspec_kw={'width_ratios': [...]}``.
814
+ If not given, all columns will have the same width. Equivalent
815
+ to ``gridspec_kw={'width_ratios': [...]}``.
816
816
817
817
height_ratios : array-like of length *nrows*, optional
818
818
Defines the relative heights of the rows. Each row gets a
819
819
relative height of ``height_ratios[i] / sum(height_ratios)``.
820
- If not given, all rows will have the same height. Convenience
821
- for ``gridspec_kw={'height_ratios': [...]}``.
820
+ If not given, all rows will have the same height. Equivalent
821
+ to ``gridspec_kw={'height_ratios': [...]}``.
822
822
823
823
subplot_kw : dict, optional
824
824
Dict with keywords passed to the `.Figure.add_subplot` call used to
@@ -1767,14 +1767,14 @@ def subplot_mosaic(self, mosaic, *, sharex=False, sharey=False,
1767
1767
width_ratios : array-like of length *ncols*, optional
1768
1768
Defines the relative widths of the columns. Each column gets a
1769
1769
relative width of ``width_ratios[i] / sum(width_ratios)``.
1770
- If not given, all columns will have the same width. Convenience
1771
- for ``gridspec_kw={'width_ratios': [...]}``.
1770
+ If not given, all columns will have the same width. Equivalent
1771
+ to ``gridspec_kw={'width_ratios': [...]}``.
1772
1772
1773
1773
height_ratios : array-like of length *nrows*, optional
1774
1774
Defines the relative heights of the rows. Each row gets a
1775
1775
relative height of ``height_ratios[i] / sum(height_ratios)``.
1776
- If not given, all rows will have the same height. Convenience
1777
- for ``gridspec_kw={'height_ratios': [...]}``.
1776
+ If not given, all rows will have the same height. Equivalent
1777
+ to ``gridspec_kw={'height_ratios': [...]}``.
1778
1778
1779
1779
subplot_kw : dict, optional
1780
1780
Dictionary with keywords passed to the `.Figure.add_subplot` call
0 commit comments