Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4f7c4b

Browse files
authored
Merge pull request #21247 from anntzer/rnt
Fix release notes typos.
2 parents 30fd3d1 + f521899 commit f4f7c4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/users/prev_whats_new/whats_new_3.5.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ Image interpolation now possible at RGBA stage
116116
----------------------------------------------
117117

118118
Images in Matplotlib created via `~.axes.Axes.imshow` are resampled to match
119-
the resolution of the current canvas. It is useful to apply an anto-aliasing
119+
the resolution of the current canvas. It is useful to apply an auto-aliasing
120120
filter when downsampling to reduce Moiré effects. By default, interpolation is
121121
done on the data, a norm applied, and then the colormapping performed.
122122

123-
However, it is often desireable for the anti-aliasing interpolation to happen
123+
However, it is often desirable for the anti-aliasing interpolation to happen
124124
in RGBA space, where the colors are interpolated rather than the data. This
125125
usually leads to colors outside the colormap, but visually blends adjacent
126126
colors, and is what browsers and other image processing software do.
@@ -208,7 +208,7 @@ user-friendly setup.
208208
"font.family": "Helvetica"
209209
})
210210
211-
Type 42 Subsetting is now enabled for PDF/PS backends
211+
Type 42 subsetting is now enabled for PDF/PS backends
212212
-----------------------------------------------------
213213

214214
`~matplotlib.backends.backend_pdf` and `~matplotlib.backends.backend_ps` now

0 commit comments

Comments
 (0)