We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f75ac6 commit d1b53cbCopy full SHA for d1b53cb
examples/utils.py
@@ -4,7 +4,7 @@ def plot_multi(data, cols=None, spacing=.1, **kwargs):
4
cols = data.columns
5
if len(cols) == 0:
6
return
7
- colors = ['r', 'b', 'l', 'g']
+ colors = ['r', 'b', 'g']
8
9
# First axis
10
ax = data[cols[0]].plot(label=cols[0], color=colors[0], **kwargs)
0 commit comments