@@ -19,19 +19,6 @@ AGG renderer. Previously such a large image would be shown incorrectly. To
1919prevent this downsampling and the warning it raises, manually downsample your
2020data before handing it to `~matplotlib.axes.Axes.imshow `.
2121
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-
3522Default date limits changed to 1970-01-01 – 1970-01-02
3623~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3724
@@ -64,14 +51,6 @@ Previously `.Axis.get_ticklabels` (and `.Axes.get_xticklabels`,
6451already been performed. Now the ticks and their labels are updated when the
6552labels are requested.
6653
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-
7554Warning when scatter plot color settings discarded
7655~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7756
0 commit comments