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