8000 Backport PR #21488: Added to contour docs · matplotlib/matplotlib@d0ffc4f · GitHub
[go: up one dir, main page]

Skip to content

Commit d0ffc4f

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #21488: Added to contour docs
1 parent 428acc1 commit d0ffc4f

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)
0