Skip to content

Commit 80fc2de

Browse files
authored
Update contour.py
1 parent d528659 commit 80fc2de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/contour.py

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

0 commit comments

Comments
 (0)