@@ -138,15 +138,14 @@ takes the rcParam based on its orientation.
138138New "extend" keyword to colors.BoundaryNorm
139139-------------------------------------------
140140
141- `~.colors.BoundaryNorm ` now has an ``extend `` keyword argument, analogous to
142- ``extend `` in `~.axes.Axes.contourf `. When set to 'both', 'min', or 'max',
143- it maps the corresponding out-of-range values to `~.colors.Colormap `
144- lookup-table indices near the appropriate ends of their range so that the
145- colors for out-of range values are adjacent to, but distinct from, their
146- in-range neighbors. The colorbar inherits the ``extend `` argument from the
147- norm, so with ``extend='both' ``, for example, the colorbar will have triangular
148- extensions for out-of-range values with colors that differ from adjacent in-range
149- colors.
141+ `~.colors.BoundaryNorm ` now has an *extend * keyword argument, analogous to
142+ *extend * in `~.axes.Axes.contourf `. When set to 'both', 'min', or 'max', it
143+ maps the corresponding out-of-range values to `~.colors.Colormap ` lookup-table
144+ indices near the appropriate ends of their range so that the colors for out-of
145+ range values are adjacent to, but distinct from, their in-range neighbors. The
146+ colorbar inherits the *extend * argument from the norm, so with
147+ ``extend='both' ``, for example, the colorbar will have triangular extensions
148+ for out-of-range values with colors that differ from adjacent in-range colors.
150149
151150 .. plot ::
152151
@@ -251,10 +250,10 @@ Home/Forward/Backward buttons now work with 3D axes
251250
252251
253252
254- ``savefig() `` gained a `` backend `` keyword argument
255- ---------------------------------------------------
253+ ``savefig() `` gained a * backend * keyword argument
254+ -------------------------------------------------
256255
257- The `` backend `` keyword argument to ``savefig `` can now be used to pick the
256+ The * backend * keyword argument to ``savefig `` can now be used to pick the
258257rendering backend without having to globally set the backend; e.g. one can save
259258pdfs using the pgf backend with ``savefig("file.pdf", backend="pgf") ``.
260259
@@ -275,7 +274,7 @@ edges of the remaining rows and columns in *C*. However, many users want
275274*x * and *y * centered on the rows and columns of *C *.
276275
277276To accommodate this, ``shading='nearest' `` and ``shading='auto' `` are new
278- allowed strings for the `` shading `` keyword argument. ``'nearest' `` will center
277+ allowed strings for the * shading * keyword argument. ``'nearest' `` will center
279278the color on *x * and *y * if *x * and *y * have the same dimensions as *C *
280279(otherwise an error will be thrown). ``shading='auto' `` will choose 'flat' or
281280'nearest' based on the size of *X *, *Y *, *C *.
@@ -397,8 +396,8 @@ conversion (using the new epoch) is::
397396
398397
399398
400- `~.axes.Axes.set_title ` gains a y keyword argument to control auto positioning
401- ------------------------------------------------------------------------------
399+ `~.axes.Axes.set_title ` gains a * y * keyword argument to control auto positioning
400+ --------------------------------------------------------------------------------
402401
403402`~.axes.Axes.set_title ` tries to auto-position the title to avoid any
404403decorators on the top x-axis. This is not always desirable so now
@@ -417,9 +416,9 @@ Add :rc:`contour.linewidth` to rcParams
417416
418417The new config option :rc: `contour.linewidth ` allows to control the default
419418linewidth of contours as a float. When set to ``None ``, the linewidths fall
420- back to :rc: `lines.linewidth `. The config value is overidden as usual
421- by the `` linewidths `` argument passed to `~.axes.Axes.contour ` when
422- it is not set to ``None ``.
419+ back to :rc: `lines.linewidth `. The config value is overidden as usual by the
420+ * linewidths * argument passed to `~.axes.Axes.contour ` when it is not set to
421+ ``None ``.
423422
424423
425424The SVG backend can now render hatches with transparency
0 commit comments