We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8615068 commit 1c40b33Copy full SHA for 1c40b33
1 file changed
lib/matplotlib/contour.py
@@ -1490,6 +1490,9 @@ def _initialize_x_y(self, z):
1490
to automatically choose no more than *n+1* "nice" contour levels
1491
between minimum and maximum numeric values of *Z*.
1492
1493
+ If None (default), a reasonable default is chosen; for linear
1494
+ scales, *n*=7 is the default.
1495
+
1496
If array-like, draw contour lines at the specified levels.
1497
The values must be in increasing order.
1498
0 commit comments