Skip to content

Commit 1c40b33

Browse files
docs: fix docstring formatting and line wrap
1 parent 8615068 commit 1c40b33

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 None (default), a reasonable default is chosen; for linear
1494+
scales, *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)