Skip to content

Commit e4acdb0

Browse files
committed
Merge pull request matplotlib#4587 from tacaswell/doc_contour_autoN
DOC: clairify auto-level behavior
2 parents aad1619 + 6942f7f commit e4acdb0

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)