Skip to content

Commit

Permalink
frac
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Nov 17, 2022
1 parent 3f75ac6 commit d1b53cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def plot_multi(data, cols=None, spacing=.1, **kwargs):
cols = data.columns
if len(cols) == 0:
return
colors = ['r', 'b', 'l', 'g']
colors = ['r', 'b', 'g']

# First axis
ax = data[cols[0]].plot(label=cols[0], color=colors[0], **kwargs)
Expand Down

0 comments on commit d1b53cb

Please sign in to comment.