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 e64f8ba commit afbdfd2Copy full SHA for afbdfd2
doc/api/next_api_changes/behavior/28061-JMK.rst
@@ -2,7 +2,7 @@ imshow *interpolation_stage* default changed to 'antialiased'
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4
The *interpolation_stage* keyword argument `~.Axes.imshow` has a new default
5
-value 'antialiased'. For images that are up-sampled less than a factor of
+value 'antialiased'. For images that are up-sampled less than a factor of
6
three or down-sampled , image interpolation will occur in 'rgba' space. For images
7
that are up-sampled by more than a factor of 3, then image interpolation occurs
8
in 'data' space.
0 commit comments