8000
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 428acc1 commit d0ffc4fCopy full SHA for d0ffc4f
lib/matplotlib/contour.py
@@ -1593,6 +1593,8 @@ def _initialize_x_y(self, z):
1593
that ``len(X) == N`` is the number of columns in *Z* and
1594
``len(Y) == M`` is the number of rows in *Z*.
1595
1596
+ *X* and *Y* must both be ordered monotonically.
1597
+
1598
If not given, they are assumed to be integer indices, i.e.
1599
``X = range(N)``, ``Y = range(M)``.
1600
0 commit comments