diff --git a/lib/matplotlib/figure.py b/lib/matplotlib/figure.py index 26faffa6d77f..ee23c6b6c504 100644 --- a/lib/matplotlib/figure.py +++ b/lib/matplotlib/figure.py @@ -649,7 +649,7 @@ def figimage(self, X, (:meth:`~matplotlib.axes.Axes.imshow`) which will be resampled to fit the current axes. If you want a resampled image to fill the entire figure, you can define an - :class:`~matplotlib.axes.Axes` with size [0,1,0,1]. + :class:`~matplotlib.axes.Axes` with extent [0,0,1,1]. An :class:`matplotlib.image.FigureImage` instance is returned.