Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 36a59e1

Browse filesBrowse files
Fixed typo in GridSpec height_ratio description
1 parent 3de2ea6 commit 36a59e1
Copy full SHA for 36a59e1

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎lib/matplotlib/gridspec.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/gridspec.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, nrows, ncols, height_ratios=None, width_ratios=None):
3939
relative width of ``width_ratios[i] / sum(width_ratios)``.
4040
If not given, all columns will have the same width.
4141
height_ratios : array-like of length *nrows*, optional
42-
Defines the relative heights of the rows. Each column gets a
42+
Defines the relative heights of the rows. Each row gets a
4343
relative height of ``height_ratios[i] / sum(height_ratios)``.
4444
If not given, all rows will have the same height.
4545
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.