Skip to content

Commit

Permalink
always show the graph legend
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Mar 22, 2015
1 parent 1ac0b57 commit f1bd806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tempmon/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def create_plot(username, api_key,
yaxis=YAxis(
title='Degrees %s' % units.title(),
),
showlegend=True,
)
fig = Figure(data=traces, layout=layout)
LOG.info('Output graph visible at %s', py.plot(fig, filename=title))
Expand Down

0 comments on commit f1bd806

Please sign in to comment.