From f521899d9b43371967e262bad931559a03004886 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Fri, 1 Oct 2021 12:10:17 +0200 Subject: [PATCH] Fix release notes typos. --- doc/users/prev_whats_new/whats_new_3.5.0.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/users/prev_whats_new/whats_new_3.5.0.rst b/doc/users/prev_whats_new/whats_new_3.5.0.rst index f48aa1104041..0fc7d33f69a2 100644 --- a/doc/users/prev_whats_new/whats_new_3.5.0.rst +++ b/doc/users/prev_whats_new/whats_new_3.5.0.rst @@ -116,11 +116,11 @@ Image interpolation now possible at RGBA stage ---------------------------------------------- Images in Matplotlib created via `~.axes.Axes.imshow` are resampled to match -the resolution of the current canvas. It is useful to apply an anto-aliasing +the resolution of the current canvas. It is useful to apply an auto-aliasing filter when downsampling to reduce Moiré effects. By default, interpolation is done on the data, a norm applied, and then the colormapping performed. -However, it is often desireable for the anti-aliasing interpolation to happen +However, it is often desirable for the anti-aliasing interpolation to happen in RGBA space, where the colors are interpolated rather than the data. This usually leads to colors outside the colormap, but visually blends adjacent colors, and is what browsers and other image processing software do. @@ -208,7 +208,7 @@ user-friendly setup. "font.family": "Helvetica" }) -Type 42 Subsetting is now enabled for PDF/PS backends +Type 42 subsetting is now enabled for PDF/PS backends ----------------------------------------------------- `~matplotlib.backends.backend_pdf` and `~matplotlib.backends.backend_ps` now