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 ebe0118

Browse filesBrowse files
montefradmcdougall
authored andcommitted
fill_betweenx signature fixed
1 parent 12a8b64 commit ebe0118
Copy full SHA for ebe0118

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6878,7 +6878,7 @@ def fill_betweenx(self, y, x1, x2=0, where=None, **kwargs):
68786878
68796879
Call signature::
68806880
6881-
fill_between(y, x1, x2=0, where=None, **kwargs)
6881+
fill_betweenx(y, x1, x2=0, where=None, **kwargs)
68826882
68836883
Create a :class:`~matplotlib.collections.PolyCollection`
68846884
filling the regions between *x1* and *x2* where

0 commit comments

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