Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aec69b8

Browse files
NelleVtacaswell
authored andcommitted
Merge pull request #7659 from madphysicist/patch-6
DOC: Original documentation was misleading
1 parent 4f0d2ee commit aec69b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/figure.py

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

0 commit comments

Comments
 (0)