Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 8568ccb commit fa40fa9Copy full SHA for fa40fa9
1 file changed
doc/users/pyplot_tutorial.rst
@@ -17,7 +17,7 @@ functions are directed to the current axes
17
18
You may be wondering why the x-axis ranges from 0-2 and the y-axis
19
from 1-3. If you provide a single list or array to the
20
-:func:`~matplotlib.pyplot.plot` command, matplotlib assumes it a
+:func:`~matplotlib.pyplot.plot` command, matplotlib assumes it is a
21
sequence of y values, and automatically generates the x values for
22
you. Since python ranges start with 0, the default x vector has the
23
same length as y but starts with 0. Hence the x data are
0 commit comments