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 9e57127 commit ef21fc1Copy full SHA for ef21fc1
1 file changed
doc/users/pyplot_tutorial.rst
@@ -17,7 +17,7 @@ functions are directed to the current axes
17
:include-source:
18
19
You may be wondering why the x-axis ranges from 0-3 and the y-axis
20
-from 1-3. If you provide a single list or array to the
+from 1-4. If you provide a single list or array to the
21
:func:`~matplotlib.pyplot.plot` command, matplotlib assumes it is a
22
sequence of y values, and automatically generates the x values for
23
you. Since python ranges start with 0, the default x vector has the
0 commit comments