Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 20efcb2

Browse filesBrowse files
committed
DOC: align contour parameter doc with implementation
1 parent 924e210 commit 20efcb2
Copy full SHA for 20efcb2

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎lib/matplotlib/contour.py

Copy file name to clipboardExpand all lines: lib/matplotlib/contour.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/tri/tricontour.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.