DOC: Original documentation was misleading #7659

Merged
merged 1 commit into from Dec 21, 2016
Jump to file
+1 −1
Split
View
@@ -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.