File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,11 @@ Image interpolation now possible at RGBA stage
116116----------------------------------------------
117117
118118Images 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
120120filter when downsampling to reduce Moiré effects. By default, interpolation is
121121done 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
124124in RGBA space, where the colors are interpolated rather than the data. This
125125usually leads to colors outside the colormap, but visually blends adjacent
126126colors, 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
You can’t perform that action at this time.
0 commit comments