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

Skip to content

Commit 53d7735

Browse files
committed
Merged revisions 6911-6912 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_98_5_maint ........ r6911 | ryanmay | 2009-02-13 11:54:52 -0600 (Fri, 13 Feb 2009) | 1 line Backport fix for infinite recursion when finding the appropriate converter for a string. A lot of users seem to be hitting this. ........ r6912 | ryanmay | 2009-02-13 12:17:31 -0600 (Fri, 13 Feb 2009) | 1 line Typo in docstring ........ svn path=/trunk/matplotlib/; revision=6913
1 parent 9e9a9e7 commit 53d7735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5933,7 +5933,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
59335933
corner of the axes. If *None*, default to rc ``image.origin``.
59345934
59355935
*extent*: [ None | scalars (left, right, bottom, top) ]
5936-
Eata values of the axes. The default assigns zero-based row,
5936+
Data limits for the axes. The default assigns zero-based row,
59375937
column indices to the *x*, *y* centers of the pixels.
59385938
59395939
*shape*: [ None | scalars (columns, rows) ]

0 commit comments

Comments
 (0)