Skip to content

Commit 10ee372

Browse files
authored
Merge pull request matplotlib#31013 from MysteriousCode786/fix-contour-docs-final
docs: improve contour docstring and wrap long lines
2 parents cc1d9b6 + 0e62724 commit 10ee372

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/matplotlib/contour.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,6 +1490,9 @@ def _initialize_x_y(self, z):
14901490
to automatically choose no more than *n+1* "nice" contour levels
14911491
between minimum and maximum numeric values of *Z*.
14921492
1493+
If not given, a reasonable default is chosen; for linear scales,
1494+
*n*=7 is the default.
1495+
14931496
If array-like, draw contour lines at the specified levels.
14941497
The values must be in increasing order.
14951498

0 commit comments

Comments
 (0)