We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecd991 commit d38e82cCopy full SHA for d38e82c
doc/api/next_api_changes/behavior/19368-DS.rst
@@ -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