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

Skip to content

Commit fa40fa9

Browse files
committed
typo, close bug #2358133
svn path=/trunk/matplotlib/; revision=6460
1 parent 8568ccb commit fa40fa9

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

1818
You may be wondering why the x-axis ranges from 0-2 and the y-axis
1919
from 1-3. If you provide a single list or array to the
20-
:func:`~matplotlib.pyplot.plot` command, matplotlib assumes it a
20+
:func:`~matplotlib.pyplot.plot` command, matplotlib assumes it is a
2121
sequence of y values, and automatically generates the x values for
2222
you. Since python ranges start with 0, the default x vector has the
2323
same length as y but starts with 0. Hence the x data are

0 commit comments

Comments
 (0)