Last active
May 22, 2020 06:17
-
-
Save dsibi/01daf0fdc4ce068a31b6c2a87d52aa4f to your computer and use it in GitHub Desktop.
Meteors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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