Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/matplotlib/contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,9 @@ def _initialize_x_y(self, z):
to automatically choose no more than *n+1* "nice" contour levels
between minimum and maximum numeric values of *Z*.

If not given, a reasonable default is chosen; for linear scales,
*n*=7 is the default.

If array-like, draw contour lines at the specified levels.
The values must be in increasing order.

Expand Down
Loading