Skip to content

Commit 5ff02f0

Browse files
sanrishitimhoffm
andauthored
Update lib/matplotlib/contour.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 80fc2de commit 5ff02f0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

lib/matplotlib/contour.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,9 +1496,8 @@ 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`
1500-
with *nbins=8*), producing up to 9 "nice" contour boundaries. For
1501-
logarithmic scales, `~matplotlib.ticker.LogLocator` is used instead.
1499+
linear scales, this corresponds to *levels=7*. For logarithmic
1500+
scales, `~matplotlib.ticker.LogLocator` is used instead.
15021501
15031502
Returns
15041503
-------

0 commit comments

Comments
 (0)