Skip to content

Instantly share code, notes, and snippets.

@kurasaiteja
Last active July 28, 2020 12:26
Show Gist options
  • Save kurasaiteja/d395c8853989042d689b1bd484cd4dc1 to your computer and use it in GitHub Desktop.
Save kurasaiteja/d395c8853989042d689b1bd484cd4dc1 to your computer and use it in GitHub Desktop.
columns = ["Recreation","Grocery_and_Pharmacy","Parks","Transit_stations","Workplaces","Residential"]
for i in columns:
fig = px.box(df_india_Telangana_and_AP, x="Lockdown", y=i, color="State",width=600,height=400,title=i,template="plotly_dark")# or "inclusive", or "linear" by default
fig.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment