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 1307a54

Browse filesBrowse files
committed
Merge pull request #3147 from fardal/docfix
Fix doc for sharey keyword in pyplot.subplots.
2 parents f1689bb + 80afa0a commit 1307a54
Copy full SHA for 1307a54

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎lib/matplotlib/pyplot.py

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,9 +960,9 @@ def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
960960
If a string must be one of "row", "col", "all", or "none".
961961
"all" has the same effect as *True*, "none" has the same effect
962962
as *False*.
963-
If "row", each subplot row will share a Y axis.
964-
If "col", each subplot column will share a Y axis and the y tick
965-
labels on all but the last row will have visible set to *False*.
963+
If "row", each subplot row will share a Y axis and the y tick
964+
labels on all but the first column will have visible set to *False*.
965+
If "col", each subplot column will share a Y axis.
966966
967967
*squeeze* : bool
968968
If *True*, extra dimensions are squeezed out from the

0 commit comments

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