Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0ffc4f

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)