Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created April 13, 2021 08:13
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 amankharwal/400e772d7617e4db0157cd7ab22c423a to your computer and use it in GitHub Desktop.
Save amankharwal/400e772d7617e4db0157cd7ab22c423a to your computer and use it in GitHub Desktop.
import plotly.express as px
import plotly.offline as py
vaccine_map = px.choropleth(data, locations = 'iso_code', color = 'vaccines')
vaccine_map.update_layout(height=300, margin={"r":0,"t":0,"l":0,"b":0})
vaccine_map.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment