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

Skip to content

Commit 8abe219

Browse files
committed
typo in subplot docs
svn path=/trunk/matplotlib/; revision=6534
1 parent 4e058ae commit 8abe219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7163,7 +7163,7 @@ def __init__(self, fig, *args, **kwargs):
71637163
*args* is the tuple (*numRows*, *numCols*, *plotNum*), where
71647164
the array of subplots in the figure has dimensions *numRows*,
71657165
*numCols*, and where *plotNum* is the number of the subplot
7166-
being created. *plotNum* starts at 1 in the upper right
7166+
being created. *plotNum* starts at 1 in the upper left
71677167
corner and increases to the right.
71687168
71697169
If *numRows* <= *numCols* <= *plotNum* < 10, *args* can be the

0 commit comments

Comments
 (0)