8000 Review comments · matplotlib/matplotlib@57b167e · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 57b167e

Browse files
committed
Review comments
1 parent 20c5af3 commit 57b167e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/api/next_api_changes/behavior/22567-IT.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ New algorithm keyword argument to contour and contourf
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

44
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
66
control which algorithm is used to calculate the contours. There is a choice
77
of four algorithms to use, and the default is to use ``algorithm='mpl2014'``
88
which 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
1313
details.

doc/users/next_whats_new/use_contourpy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ New external dependency ContourPy used for quad contour calculations
22
--------------------------------------------------------------------
33

44
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
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
88
argument 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

requirements/testing/minver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Extra pip requirements for the minimum-version CI run
22

3-
contourpy>=1.0.1
3+
contourpy==1.0.1
44
cycler==0.10
55
kiwisolver==1.0.1
66
numpy==1.19.0

0 commit comments

Comments
 (0)
0