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 56a2ca4 + ec7a913 commit a9cd45aCopy full SHA for a9cd45a
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