Skip to content

Instantly share code, notes, and snippets.

@vivekpadia70
Created December 25, 2019 07:26
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 vivekpadia70/6ab161d913f1ea66dfceac17c5f148c0 to your computer and use it in GitHub Desktop.
Save vivekpadia70/6ab161d913f1ea66dfceac17c5f148c0 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(10,7), facecolor='w', edgecolor='k')
sns.scatterplot(full_df["Longtitude"], full_df["Lattitude"], hue=full_df["Regionname"])
plt.legend(bbox_to_anchor=(1.05, 1), loc=2, borderaxespad=0.2)
plt.title("Lattitude to Longitude for Regionname")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment