@@ -19,19 +19,6 @@ AGG renderer. Previously such a large image would be shown incorrectly. To
19
19
prevent this downsampling and the warning it raises, manually downsample your
20
20
data before handing it to `~matplotlib.axes.Axes.imshow `.
21
21
22
- New *algorithm * keyword argument to ``contour `` and ``contourf ``
23
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24
-
25
- The contouring functions `~matplotlib.axes.Axes.contour ` and
26
- `~matplotlib.axes.Axes.contourf ` have a new keyword argument *algorithm * to
27
- control which algorithm is used to calculate the contours. There is a choice of
28
- four algorithms to use, and the default is to use ``algorithm='mpl2014' `` which
29
- is the same algorithm that Matplotlib has been using since 2014.
30
-
31
- Other possible values of the *algorithm * keyword argument are ``'mpl2005' ``,
32
- ``'serial' `` and ``'threaded' ``; see the `ContourPy documentation
33
- <https://contourpy.readthedocs.io> `_ for further details.
34
-
35
22
Default date limits changed to 1970-01-01 – 1970-01-02
36
23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
24
@@ -64,14 +51,6 @@ Previously `.Axis.get_ticklabels` (and `.Axes.get_xticklabels`,
64
51
already been performed. Now the ticks and their labels are updated when the
65
52
labels are requested.
66
53
67
- Added *markerfacecoloralt * parameter to ``Axes.errorbar ``
68
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
-
70
- The *markerfacecoloralt * parameter is now passed to the line plotter from
71
- `.Axes.errorbar `. The documentation now accurately lists which properties are
72
- passed to `.Line2D `, rather than claiming that all keyword arguments are passed
73
- on.
74
-
75
54
Warning when scatter plot color settings discarded
76
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77
56
0 commit comments