@@ -138,15 +138,14 @@ takes the rcParam based on its orientation.
138
138
New "extend" keyword to colors.BoundaryNorm
139
139
-------------------------------------------
140
140
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.
150
149
151
150
.. plot ::
152
151
@@ -251,10 +250,10 @@ Home/Forward/Backward buttons now work with 3D axes
251
250
252
251
253
252
254
- ``savefig() `` gained a `` backend `` keyword argument
255
- ---------------------------------------------------
253
+ ``savefig() `` gained a * backend * keyword argument
254
+ -------------------------------------------------
256
255
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
258
257
rendering backend without having to globally set the backend; e.g. one can save
259
258
pdfs using the pgf backend with ``savefig("file.pdf", backend="pgf") ``.
260
259
@@ -275,7 +274,7 @@ edges of the remaining rows and columns in *C*. However, many users want
275
274
*x * and *y * centered on the rows and columns of *C *.
276
275
277
276
To 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
279
278
the color on *x * and *y * if *x * and *y * have the same dimensions as *C *
280
279
(otherwise an error will be thrown). ``shading='auto' `` will choose 'flat' or
281
280
'nearest' based on the size of *X *, *Y *, *C *.
@@ -397,8 +396,8 @@ conversion (using the new epoch) is::
397
396
398
397
399
398
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
+ --------------------------------------------------------------------------------
402
401
403
402
`~.axes.Axes.set_title ` tries to auto-position the title to avoid any
404
403
decorators on the top x-axis. This is not always desirable so now
@@ -417,9 +416,9 @@ Add :rc:`contour.linewidth` to rcParams
417
416
418
417
The new config option :rc: `contour.linewidth ` allows to control the default
419
418
linewidth 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 ``.
423
422
424
423
425
424
The SVG backend can now render hatches with transparency
0 commit comments