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 a5c0164

Browse filesBrowse files
verginerjklymak
authored andcommitted
documentation fix regarding contour and tricontour (#9088) (#9472)
* fix contour/trucontour doc re number levels * Update contour.py * Update tricontour.py * Wrap long line * Wrap long line in tricontour * Fixes typo * Fixes typo
1 parent 075618b commit a5c0164
Copy full SHA for a5c0164

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+4
-2
lines changed

‎lib/matplotlib/contour.py

Copy file name to clipboardExpand all lines: lib/matplotlib/contour.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,8 @@ def _initialize_x_y(self, z):
16721672
contour(Z,N)
16731673
contour(X,Y,Z,N)
16741674
1675-
contour up to *N* automatically-chosen levels.
1675+
contour up to *N+1* automatically chosen contour levels
1676+
(*N* intervals).
16761677
16771678
::
16781679

‎lib/matplotlib/tri/tricontour.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tri/tricontour.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ def _contour_args(self, args, kwargs):
132132
133133
tricontour(..., Z, N)
134134
135-
contour *N* automatically-chosen levels.
135+
contour up to *N+1* automatically chosen contour levels
136+
(*N* intervals).
136137
137138
::
138139

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.