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.
2 parents cda9ecc + deeae8f commit 6dbae8bCopy full SHA for 6dbae8b
1 file changed
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