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.
1 parent 23b1729 commit 90a91b1Copy full SHA for 90a91b1
1 file changed
lib/matplotlib/contour.py
@@ -1583,7 +1583,7 @@ def _initialize_x_y(self, z):
1583
If not given, they are assumed to be integer indices, i.e.
1584
``X = range(M)``, ``Y = range(N)``.
1585
1586
- Z : (M, N) array-like
+ Z : (N, M) array-like
1587
The height values over which the contour is drawn.
1588
1589
levels : int or array-like, optional
0 commit comments