Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created August 5, 2017 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinite-Joy/5c38e535936b6405072f4f62950247c4 to your computer and use it in GitHub Desktop.
Save infinite-Joy/5c38e535936b6405072f4f62950247c4 to your computer and use it in GitHub Desktop.
data = dict(
hitech=[x[1] for x in X1],
bhagyagar=[x[1] for x in X2],
date=[x[0] for x in X1],
)
line_plot = Line(data, x='date', title="Area Chart", legend="top_left",
xlabel='time', ylabel='memory')
show(line_plot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment