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

Skip to content

Commit 6942f7f

Browse files
committed
DOC: clairify auto-level behavior
closes #4537
1 parent aad1619 commit 6942f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ def _initialize_x_y(self, z):
16671667
contour(Z,N)
16681668
contour(X,Y,Z,N)
16691669
1670-
contour *N* automatically-chosen levels.
1670+
contour up to *N* automatically-chosen levels.
16711671
16721672
::
16731673

0 commit comments

Comments
 (0)