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 9184787 + 3041612 commit cdcb729Copy full SHA for cdcb729
lib/matplotlib/pyplot.py
@@ -1164,7 +1164,7 @@ def subplot(*args, **kwargs):
1164
specified by *args*, the projection type is the same, and the
1165
*kwargs* match with the existing Axes, then the existing Axes is
1166
returned. Otherwise a new Axes is created with the specified
1167
- parameters. We save a reference to the *kwargs* which we us
+ parameters. We save a reference to the *kwargs* which we use
1168
for this comparison. If any of the values in *kwargs* are
1169
mutable we will not detect the case where they are mutated.
1170
In these cases we suggest using `.Figure.add_subplot` and the
0 commit comments