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.
1 parent 3797656 commit 0e62724Copy full SHA for 0e62724
1 file changed
lib/matplotlib/contour.py
@@ -1490,8 +1490,8 @@ 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.
+ If not given, a reasonable default is chosen; for linear 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.
0 commit comments