Skip to content

Commit

Permalink
Smaller plot without color cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed May 20, 2020
1 parent eb49549 commit f1431e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cycles.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
data = pd.DataFrame(data, columns=pd.Index(['a', 'b', 'c', 'd'], name='label'))

# Plot data
fig, ax = plot.subplots(axwidth=3, aspect=1)
fig, ax = plot.subplots(axwidth=2.6, aspect=1)
ax.format(suptitle='Plot without color cycle')
obj = ax.plot(
data, lw=3, cycle=cycle, legend='ul',
Expand Down

0 comments on commit f1431e1

Please sign in to comment.