Skip to content

Instantly share code, notes, and snippets.

@vivekpadia70
Created December 25, 2019 07:25
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/9aab4914f069dadd68cbbcd31702cb83 to your computer and use it in GitHub Desktop.
Save vivekpadia70/9aab4914f069dadd68cbbcd31702cb83 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["Type"])
plt.title("Lattitude to Longitude for Type of room")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment