Skip to content

Commit d1b53cb

Browse files
committed
frac
1 parent 3f75ac6 commit d1b53cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def plot_multi(data, cols=None, spacing=.1, **kwargs):
44
cols = data.columns
55
if len(cols) == 0:
66
return
7-
colors = ['r', 'b', 'l', 'g']
7+
colors = ['r', 'b', 'g']
88

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

0 commit comments

Comments
 (0)