Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c594b2

Browse files
authored
Merge pull request #24134 from meeseeksmachine/auto-backport-of-pr-24130-on-v3.6.x
Backport PR #24130 on branch v3.6.x (DOC: align contour parameter doc with implementation)
2 parents f4ecfa8 + a6bcc0a commit 4c594b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ def _initialize_x_y(self, z):
16001600
16011601
If an int *n*, use `~matplotlib.ticker.MaxNLocator`, which tries
16021602
to automatically choose no more than *n+1* "nice" contour levels
1603-
between *vmin* and *vmax*.
1603+
between minimum and maximum numeric values of *Z*.
16041604
16051605
If array-like, draw contour lines at the specified levels.
16061606
The values must be in increasing order.

lib/matplotlib/tri/tricontour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _contour_args(self, args, kwargs):
114114
115115
If an int *n*, use `~matplotlib.ticker.MaxNLocator`, which tries to
116116
automatically choose no more than *n+1* "nice" contour levels between
117-
*vmin* and *vmax*.
117+
between minimum and maximum numeric values of *Z*.
118118
119119
If array-like, draw contour lines at the specified levels. The values must
120120
be in increasing order.

0 commit comments

Comments
 (0)