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

Skip to content

Commit 023ebe3

Browse files
committed
whitespace
1 parent 80c348b commit 023ebe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5142,7 +5142,7 @@ def fill_between(self, x, y1, y2=0, where=None, interpolate=False,
51425142
pad_size = x.size
51435143
if step == 'between':
51445144
pad_size -= 1
5145-
5145+
51465146
if where is None:
51475147
where = np.ones(pad_size).astype(bool)
51485148
else:
@@ -5364,7 +5364,7 @@ def fill_betweenx(self, y, x1, x2=0, where=None,
53645364
message="The parameter where must have the same size as y "
53655365
"in fill_between(). This will become an error in "
53665366
"future versions of Matplotlib.")
5367-
5367+
53685368
# Broadcast scalar values
53695369
x1 = np.broadcast_to(x1, pad_size, subok=True)
53705370
x2 = np.broadcast_to(x2, pad_size, subok=True)

0 commit comments

Comments
 (0)