Skip to content

Instantly share code, notes, and snippets.

@ccerv1
Created February 23, 2019 13:16
Show Gist options
  • Select an option

  • Save ccerv1/831f4bed3acdccc001c562d1442415ca to your computer and use it in GitHub Desktop.

Select an option

Save ccerv1/831f4bed3acdccc001c562d1442415ca to your computer and use it in GitHub Desktop.
Pretty version of the GeoPandas world map
fig, ax = plt.subplots(figsize=(20,8))
ax.set_aspect('equal')
world_map.plot(color='#f2f2f2', edgecolor="Grey", ax=ax)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment