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

Skip to content

Commit ebe0118

Browse files
montefradmcdougall
authored andcommitted
fill_betweenx signature fixed
1 parent 12a8b64 commit ebe0118

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
@@ -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)