Skip to content

Commit d38e82c

Browse files
committed
Add changelog entry
1 parent cecd991 commit d38e82c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Large ``imshow`` images are now downsampled
2+
-------------------------------------------
3+
When showing an image using `~matplotlib.axes.Axes.imshow ` that has more than
4+
:math:`2^{24}` columns or :math:`2^{23}` rows, the image will now be downsampled
5+
to below this resolution before being resampled for display by the AGG renderer.
6+
Previously such a large image would be shown incorrectly. To prevent this
7+
downsampling and the warning it raises, manually downsample your data before
8+
handing it to `~matplotlib.axes.Axes.imshow`

0 commit comments

Comments
 (0)