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.
2 parents 3de2ea6 + 36a59e1 commit 17f4d19Copy full SHA for 17f4d19
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