Thanks to visit codestin.com Credit goes to github.com
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 56a2ca4 commit ec7a913Copy full SHA for ec7a913
1 file changed
lib/matplotlib/gridspec.py
@@ -39,7 +39,7 @@ def __init__(self, nrows, ncols, height_ratios=None, width_ratios=None):
39
relative width of ``width_ratios[i] / sum(width_ratios)``.
40
If not given, all columns will have the same width.
41
height_ratios : array-like of length *nrows*, optional
42
- Defines the relative heights of the rows. Each column gets a
+ Defines the relative heights of the rows. Each row gets a
43
relative height of ``height_ratios[i] / sum(height_ratios)``.
44
If not given, all rows will have the same height.
45
"""
0 commit comments