Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc1d9b6 + 0e62724 commit 10ee372Copy full SHA for 10ee372
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 not given, a reasonable default is chosen; for linear scales,
1494
+ *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