Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/matplotlib/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7247,8 +7247,9 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
corner of the axes. If None, default to rc `image.origin`.

extent : scalars (left, right, bottom, top), optional, default: None
Data limits for the axes. The default assigns zero-based row,
column indices to the `x`, `y` centers of the pixels.
The location, in data-coordinates, of the lower-left and upper-right
corners of the image. If `None`, the image is positioned such that
the pixel centers fall on zero-based (row, column) indices.

shape : scalars (columns, rows), optional, default: None
For raw buffer images
Expand Down