Skip to content

Commit 04be437

Browse files
authored
Merge pull request #7659 from madphysicist/patch-6
DOC: Original documentation was misleading
2 parents 58a8334 + c8d7d6b commit 04be437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def figimage(self, X,
649649
(:meth:`~matplotlib.axes.Axes.imshow`) which will be resampled
650650
to fit the current axes. If you want a resampled image to
651651
fill the entire figure, you can define an
652-
:class:`~matplotlib.axes.Axes` with size [0,1,0,1].
652+
:class:`~matplotlib.axes.Axes` with extent [0,0,1,1].
653653
654654
An :class:`matplotlib.image.FigureImage` instance is returned.
655655

0 commit comments

Comments
 (0)