Skip to content

Commit d528659

Browse files
authored
Update contour.py
1 parent 1cd6255 commit d528659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ def _initialize_x_y(self, z):
14961496
The values must be in increasing order.
14971497
14981498
If not specified, a reasonable default is automatically chosen. For
1499-
linear scales, this corresponds to *n=7* (using `~.ticker.MaxNLocator(8)`),
1499+
linear scales, this corresponds to *n=7* (using `~.ticker.MaxNLocator` with *nbins=8*),
15001500
producing up to 9 "nice" contour boundaries. For logarithmic scales,
15011501
`~matplotlib.ticker.LogLocator` is used instead.
15021502

0 commit comments

Comments
 (0)