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 fc35fc8

Browse filesBrowse files
authored
Merge pull request #18724 from QuLogic/contour-doc-lines
Remove extra newlines in contour(f) docs.
2 parents 8195e06 + 0849085 commit fc35fc8
Copy full SHA for fc35fc8

File tree

Expand file treeCollapse file tree

2 files changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-3
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6246,7 +6246,6 @@ def contour(self, *args, **kwargs):
62466246
Call signature::
62476247
62486248
contour([X, Y,] Z, [levels], **kwargs)
6249-
62506249
""" + mcontour.QuadContourSet._contour_doc
62516250

62526251
@_preprocess_data()
@@ -6261,7 +6260,6 @@ def contourf(self, *args, **kwargs):
62616260
Call signature::
62626261
62636262
contourf([X, Y,] Z, [levels], **kwargs)
6264-
62656263
""" + mcontour.QuadContourSet._contour_doc
62666264

62676265
def clabel(self, CS, levels=None, **kwargs):

‎lib/matplotlib/contour.py

Copy file name to clipboardExpand all lines: lib/matplotlib/contour.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,6 @@ def _initialize_x_y(self, z):
15551555
return np.meshgrid(x, y)
15561556

15571557
_contour_doc = """
1558-
15591558
`.contour` and `.contourf` draw contour lines and filled contours,
15601559
respectively. Except as noted, function signatures and return values
15611560
are the same for both versions.

0 commit comments

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