We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd6255 commit d528659Copy full SHA for d528659
1 file changed
lib/matplotlib/contour.py
@@ -1496,7 +1496,7 @@ 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(8)`),
+ linear scales, this corresponds to *n=7* (using `~.ticker.MaxNLocator` with *nbins=8*),
1500
producing up to 9 "nice" contour boundaries. For logarithmic scales,
1501
`~matplotlib.ticker.LogLocator` is used instead.
1502
0 commit comments