Skip to content

Commit f6405a8

Browse files
author
Vivek Gopalakrishnan
authored
Fix spacing
1 parent 332f828 commit f6405a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wfdb/plot/plot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ def create_figure(n_subplots, sharex, sharey, figsize):
227227
axes : list
228228
The information needed for each subplot.
229229
"""
230-
fig, axes = plt.subplots(
231-
nrows=n_subplots, ncols=1, sharex=sharex, sharey=sharey, figsize=figsize
232-
)
230+
fig, axes = plt.subplots(
231+
nrows=n_subplots, ncols=1, sharex=sharex, sharey=sharey, figsize=figsize
232+
)
233233
return fig, axes
234234

235235

0 commit comments

Comments
 (0)