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 80fc2de commit 5ff02f0Copy full SHA for 5ff02f0
1 file changed
lib/matplotlib/contour.py
@@ -1496,9 +1496,8 @@ def _initialize_x_y(self, z):
1496
The values must be in increasing order.
1497
1498
If not specified, a reasonable default is automatically chosen. For
1499
- linear scales, this corresponds to *n=7* (using `~.ticker.MaxNLocator`
1500
- with *nbins=8*), producing up to 9 "nice" contour boundaries. For
1501
- logarithmic scales, `~matplotlib.ticker.LogLocator` is used instead.
+ linear scales, this corresponds to *levels=7*. For logarithmic
+ scales, `~matplotlib.ticker.LogLocator` is used instead.
1502
1503
Returns
1504
-------
0 commit comments