Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 622c17f

Browse filesBrowse files
committed
DOC: fix spelling of rcparam in API changes
1 parent bb9cf78 commit 622c17f
Copy full SHA for 622c17f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/api/prev_api_changes/api_changes_3.2.0/behavior.rst

Copy file name to clipboardExpand all lines: doc/api/prev_api_changes/api_changes_3.2.0/behavior.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ resampling the data in A for display (or saving to file) *if* the upsample
218218
rate is less than a factor of three, and not an integer; downsampled data is
219219
always 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

224224
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
226226
available).
227227

228228
Note that the "hanning" filter was chosen because it has only a modest

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.