Skip to content

Instantly share code, notes, and snippets.

@rohitrajiit
Last active August 2, 2020 18:58
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 rohitrajiit/28546c407a01b8ca97bc713a5f6a83c5 to your computer and use it in GitHub Desktop.
Save rohitrajiit/28546c407a01b8ca97bc713a5f6a83c5 to your computer and use it in GitHub Desktop.
px.scatter(data2, x="totalconfirmed", y="totaldeceased",
animation_frame=data2.date.astype(str), animation_group="state",
size="totaltested", color="state", hover_name="state",
range_x=[0,450000], range_y=[0,16000]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment