@@ -213,7 +213,7 @@ interpolation, leading to aliasing effects for downscaling and non-integer
213213upscaling.
214214
215215New default for :rc: `image.interpolation ` is the new option "antialiased".
216- `imshow(A, interpolation='antialiased') ` will apply a Hanning filter when
216+ `` imshow(A, interpolation='antialiased') ` ` will apply a Hanning filter when
217217resampling the data in A for display (or saving to file) *if * the upsample
218218rate is less than a factor of three, and not an integer; downsampled data is
219219always smoothed at resampling.
@@ -291,9 +291,9 @@ is now automatically detected.
291291Exception changes
292292~~~~~~~~~~~~~~~~~
293293Various APIs that raised a `ValueError ` for incorrectly typed inputs now raise
294- `TypeError ` instead: `backend_bases.GraphicsContextBase.set_clip_path `,
295- `blocking_input.BlockingInput.__call__ `, `cm.register_cmap `, `dviread.DviFont `,
296- `rcsetup.validate_hatch `, `rcsetup.validate_animation_writer_path `, `spines.Spine `,
294+ `TypeError ` instead: `. backend_bases.GraphicsContextBase.set_clip_path `,
295+ `. blocking_input.BlockingInput.__call__ `, `. cm.register_cmap `, `. dviread.DviFont `,
296+ `. rcsetup.validate_hatch `, `. rcsetup.validate_animation_writer_path `, `. spines.Spine `,
297297many classes in the :mod: `matplotlib.transforms ` module and :mod: `matplotlib.tri `
298298package, and Axes methods that take a ``norm `` parameter.
299299
0 commit comments