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.
2 parents c328fbc + 8eafaab commit 0cebec2Copy full SHA for 0cebec2
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