8000 Merge pull request #21493 from meeseeksmachine/auto-backport-of-pr-21… · matplotlib/matplotlib@4d99a6d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d99a6d

Browse files
authored
Merge pull request #21493 from meeseeksmachine/auto-backport-of-pr-21488-on-v3.5.x
Backport PR #21488 on branch v3.5.x (Added to contour docs)
2 parents 428acc1 + d0ffc4f commit 4d99a6d

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