File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
api/next_api_changes/behavior Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ New algorithm keyword argument to contour and contourf
22~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
44The contouring functions `~matplotlib.axes.Axes.contour ` and
5- `~matplotlib.axes.Axes.contourf ` have a new keyword argument `` algorithm `` to
5+ `~matplotlib.axes.Axes.contourf ` have a new keyword argument * algorithm * to
66control which algorithm is used to calculate the contours. There is a choice
77of four algorithms to use, and the default is to use ``algorithm='mpl2014' ``
88which is the same algorithm that Matplotlib has been using since 2014.
99
10- Other possible values of the `` algorithm `` keyword argument are ``'mpl2005' ``,
10+ Other possible values of the * algorithm * keyword argument are ``'mpl2005' ``,
1111``'serial' `` and ``'threaded' ``; see the
1212`ContourPy documentation <https://contourpy.readthedocs.io >`_ for further
1313details.
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ New external dependency ContourPy used for quad contour calculations
22--------------------------------------------------------------------
33
44Previously Matplotlib shipped its own C++ code for calculating the contours of
5- quad grids . Now the external library
5+ quad grids. Now the external library
66`ContourPy <https://github.com/contourpy/contourpy >`_ is used instead. There
7- is a choice of four algorithms to use, controlled by the `` algorithm `` keyword
7+ is a choice of four algorithms to use, controlled by the * algorithm * keyword
88argument to the functions `~matplotlib.axes.Axes.contour ` and
99`~matplotlib.axes.Axes.contourf `. The default behaviour is to use
1010``algorithm='mpl2014' `` which is the same algorithm that Matplotlib has been
Original file line number Diff line number Diff line change 11# Extra pip requirements for the minimum-version CI run
22
3- contourpy> =1.0.1
3+ contourpy= =1.0.1
44cycler==0.10
55kiwisolver==1.0.1
66numpy==1.19.0
You can’t perform that action at this time.
0 commit comments