Skip to content

Commit ea60427

Browse files
committed
slight edits to docs as suggested by @mdboom
1 parent cf3242b commit ea60427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7247,9 +7247,9 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
72477247
corner of the axes. If None, default to rc `image.origin`.
72487248
72497249
extent : scalars (left, right, bottom, top), optional, default: None
7250-
The location, in data-coordinates, of the lower-left and upper-right corners
7251-
of the image. If `None`, and extent such that the pixel _centers_
7252-
fall on zero-based row, column indices is used.
7250+
The location, in data-coordinates, of the lower-left and upper-right
7251+
corners of the image. If `None`, the image is positioned such that
7252+
the pixel centers fall on zero-based (row, column) indices.
72537253
72547254
shape : scalars (columns, rows), optional, default: None
72557255
For raw buffer images

0 commit comments

Comments
 (0)