Skip to content

Instantly share code, notes, and snippets.

@BenGeissel
Created December 17, 2019 19:48
Show Gist options
  • Save BenGeissel/ad8496a84fc332b284cba0f637906f50 to your computer and use it in GitHub Desktop.
Save BenGeissel/ad8496a84fc332b284cba0f637906f50 to your computer and use it in GitHub Desktop.
geoplot.choropleth(
merged_df, hue = merged_df.Aug,
cmap='Reds', figsize=(20, 20))
plt.title('2018 August Max Temperature by County', fontsize = 20)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment