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

Skip to content

Commit ef21fc1

Browse files
committed
Fixing pyplot tutorial.
1 parent 9e57127 commit ef21fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/users/pyplot_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ functions are directed to the current axes
1717
:include-source:
1818

1919
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
20+
from 1-4. If you provide a single list or array to the
2121
:func:`~matplotlib.pyplot.plot` command, matplotlib assumes it is a
2222
sequence of y values, and automatically generates the x values for
2323
you. Since python ranges start with 0, the default x vector has the

0 commit comments

Comments
 (0)