Skip to content

Instantly share code, notes, and snippets.

@dsibi
Last active May 22, 2020 06:17
Show Gist options
  • Select an option

  • Save dsibi/01daf0fdc4ce068a31b6c2a87d52aa4f to your computer and use it in GitHub Desktop.

Select an option

Save dsibi/01daf0fdc4ce068a31b6c2a87d52aa4f to your computer and use it in GitHub Desktop.
Meteors
#Marker colors
fig=px.scatter_geo(df,lon='longitude',
lat='latitude',color='bins',
opacity=0.5,size='data',
projection="natural earth",
color_discrete_sequence=px.colors.qualitative.Light24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment