Skip to content

Instantly share code, notes, and snippets.

@rohitrajiit
Last active August 1, 2020 17:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save rohitrajiit/353955ccc872c774aa6df6c5fafbc168 to your computer and use it in GitHub Desktop.
import plotly.express as px
fig = px.line(df, x="date", y=["totalactive",'totalrecovered','totaldeceased'],
log_y= True, title='Total Coronavirus Cases in India')
fig.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment