Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d94620 commit 8eafaabCopy full SHA for 8eafaab
1 file changed
lib/matplotlib/contour.py
@@ -1771,4 +1771,9 @@ def _initialize_x_y(self, z):
1771
1772
except for the lowest interval, which is closed on both sides (i.e.
1773
it includes the lowest value).
1774
+
1775
+ 3. `.contour` and `.contourf` use a `marching squares
1776
+ <https://en.wikipedia.org/wiki/Marching_squares>`_ algorithm to
1777
+ compute contour locations. More information can be found in
1778
+ the source ``src/_contour.h``.
1779
"""
0 commit comments