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 3041612

Browse filesBrowse files
committed
MAINT: fix typo from matplotlib#19438
1 parent 9184787 commit 3041612
Copy full SHA for 3041612

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/pyplot.py

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ def subplot(*args, **kwargs):
11641164
specified by *args*, the projection type is the same, and the
11651165
*kwargs* match with the existing Axes, then the existing Axes is
11661166
returned. Otherwise a new Axes is created with the specified
1167-
parameters. We save a reference to the *kwargs* which we us
1167+
parameters. We save a reference to the *kwargs* which we use
11681168
for this comparison. If any of the values in *kwargs* are
11691169
mutable we will not detect the case where they are mutated.
11701170
In these cases we suggest using `.Figure.add_subplot` and the

0 commit comments

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