8000 fixed flake issues · matplotlib/matplotlib@cf62766 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf62766

Browse files
committed
fixed flake issues
1 parent 38f171d commit cf62766

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4853,7 +4853,8 @@ def fill_betweenx(self, y, x1, x2=0, where=None,
48534853
48544854
Call signature::
48554855
4856-
fill_betweenx(y, x1, x2=0, where=None, step=None, interpolate=False, **kwargs)
4856+
fill_betweenx(y, x1, x2=0, where=None, step=None,
4857+
interpolate=False, **kwargs)
48574858
48584859
Create a :class:`~matplotlib.collections.PolyCollection`
48594860
filling the regions between *x1* and *x2* where

0 commit comments

Comments
 (0)
0