diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index c219bde1042a..0659bbce362c 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -4683,6 +4683,12 @@ def imshow(self, X, cmap=None, norm=None, aspect=None, -------- matshow : Plot a matrix or an array as an image. + Notes + ----- + Unless *extent* is used, pixel centers will be located at integer + coordinates. In other words: the origin will coincide with the center + of pixel (0, 0). + Examples --------