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
218218rate is less than a factor of three, and not an integer; downsampled data is
219219always smoothed at resampling.
220220
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"
222222(or specify the ``interpolation `` kwarg of `.Axes.imshow `)
223223
224224To 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
226226available).
227227
228228Note that the "hanning" filter was chosen because it has only a modest
You can’t perform that action at this time.
0 commit comments