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

Skip to content

Commit 22e9b45

Browse files
committed
fill_betweenx signature fixed
1 parent 74918a4 commit 22e9b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7069,7 +7069,7 @@ def fill_betweenx(self, y, x1, x2=0, where=None, **kwargs):
70697069
70707070
Call signature::
70717071
7072-
fill_between(y, x1, x2=0, where=None, **kwargs)
7072+
fill_betweenx(y, x1, x2=0, where=None, **kwargs)
70737073
70747074
Create a :class:`~matplotlib.collections.PolyCollection`
70757075
filling the regions between *x1* and *x2* where

0 commit comments

Comments
 (0)