Skip to content

Commit deeae8f

Browse files
committed
added to contour docs
1 parent 7eaf90b commit deeae8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/contour.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,6 +1593,8 @@ def _initialize_x_y(self, z):
15931593
that ``len(X) == N`` is the number of columns in *Z* and
15941594
``len(Y) == M`` is the number of rows in *Z*.
15951595
1596+
*X* and *Y* must both be ordered monotonically.
1597+
15961598
If not given, they are assumed to be integer indices, i.e.
15971599
``X = range(N)``, ``Y = range(M)``.
15981600

0 commit comments

Comments
 (0)