File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/api/prev_api_changes/api_changes_3.2.0 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,11 +218,11 @@ resampling the data in A for display (or saving to file) *if* the upsample
218
218
rate is less than a factor of three, and not an integer; downsampled data is
219
219
always smoothed at resampling.
220
220
221
- To get the old behavior, set :rc: `interpolation ` to the old default "nearest"
221
+ To get the old behavior, set :rc: `image. interpolation ` to the old default "nearest"
222
222
(or specify the ``interpolation `` kwarg of `.Axes.imshow `)
223
223
224
224
To always get the anti-aliasing behavior, no matter what the up/down sample
225
- rate, set :rc: `interpolation ` to "hanning" (or one of the other filters
225
+ rate, set :rc: `image. interpolation ` to "hanning" (or one of the other filters
226
226
available).
227
227
228
228
Note that the "hanning" filter was chosen because it has only a modest
You can’t perform that action at this time.
0 commit comments