Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68bdd3e

Browse files
authored
Merge pull request #16414 from jhlegarreta/FixAxesPlotMethodDocstringGrammar
DOC: Fix `axes:plot` method docstring verb tense
2 parents 9c4e686 + 3981c8a commit 68bdd3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,8 +1559,8 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs):
15591559
Other Parameters
15601560
----------------
15611561
scalex, scaley : bool, default: True
1562-
These parameters determined if the view limits are adapted to
1563-
the data limits. The values are passed on to `autoscale_view`.
1562+
These parameters determine if the view limits are adapted to the
1563+
data limits. The values are passed on to `autoscale_view`.
15641564
15651565
**kwargs : `.Line2D` properties, optional
15661566
*kwargs* are used to specify properties like a line label (for

0 commit comments

Comments
 (0)