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 67f55f2

Browse filesBrowse files
update image_antialiasing example document to reflect rcParam behavior
1 parent d9dad87 commit 67f55f2
Copy full SHA for 67f55f2

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-4
lines changed

‎galleries/examples/images_contours_and_fields/image_antialiasing.py

Copy file name to clipboardExpand all lines: galleries/examples/images_contours_and_fields/image_antialiasing.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
#
6464
# ``interpolation_stage='data'``: Data -> Interpolate/Resample -> Normalize -> RGBA
6565
#
66-
# For both keyword arguments, Matplotlib has a default "auto", that is
67-
# recommended for most situations, and is described below. Note that this
68-
# default behaves differently if the image is being down- or up-sampled, as
69-
# described below.
66+
# For both keyword arguments, Matplotlib uses a default value of "auto" as
67+
# specified by the rcParam, which is recommended for most situations.
68+
# This default behavior is explained below. Note that the behavior may differ if the
69+
# image is being down- or up-sampled, as outlined below.
7070
#
7171
# Down-sampling and modest up-sampling
7272
# ====================================

0 commit comments

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