File tree 1 file changed +3
-3
lines changed 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
116
116
----------------------------------------------
117
117
118
118
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
120
120
filter when downsampling to reduce Moiré effects. By default, interpolation is
121
121
done on the data, a norm applied, and then the colormapping performed.
122
122
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
124
124
in RGBA space, where the colors are interpolated rather than the data. This
125
125
usually leads to colors outside the colormap, but visually blends adjacent
126
126
colors, and is what browsers and other image processing software do.
@@ -208,7 +208,7 @@ user-friendly setup.
208
208
"font.family": "Helvetica"
209
209
})
210
210
211
- Type 42 Subsetting is now enabled for PDF/PS backends
211
+ Type 42 subsetting is now enabled for PDF/PS backends
212
212
-----------------------------------------------------
213
213
214
214
`~matplotlib.backends.backend_pdf ` and `~matplotlib.backends.backend_ps ` now
You can’t perform that action at this time.
0 commit comments