File tree 3 files changed +5
-5
lines changed
api/next_api_changes/behavior
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
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
4
The 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
6
6
control which algorithm is used to calculate the contours. There is a choice
7
7
of four algorithms to use, and the default is to use ``algorithm='mpl2014' ``
8
8
which is the same algorithm that Matplotlib has been using since 2014.
9
9
10
- Other possible values of the `` algorithm `` keyword argument are ``'mpl2005' ``,
10
+ Other possible values of the * algorithm * keyword argument are ``'mpl2005' ``,
11
11
``'serial' `` and ``'threaded' ``; see the
12
12
`ContourPy documentation <https://contourpy.readthedocs.io >`_ for further
13
13
details.
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ New external dependency ContourPy used for quad contour calculations
2
2
--------------------------------------------------------------------
3
3
4
4
Previously 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
6
6
`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
8
8
argument to the functions `~matplotlib.axes.Axes.contour ` and
9
9
`~matplotlib.axes.Axes.contourf `. The default behaviour is to use
10
10
``algorithm='mpl2014' `` which is the same algorithm that Matplotlib has been
Original file line number Diff line number Diff line change 1
1
# Extra pip requirements for the minimum-version CI run
2
2
3
- contourpy> =1.0.1
3
+ contourpy= =1.0.1
4
4
cycler==0.10
5
5
kiwisolver==1.0.1
6
6
numpy==1.19.0
You can’t perform that action at this time.
0 commit comments