Skip to content

Instantly share code, notes, and snippets.

@MariaLavrovskaya
Created October 13, 2019 11:57
Show Gist options
  • Save MariaLavrovskaya/673bf7cf91927a01b80f3fff9e07a879 to your computer and use it in GitHub Desktop.
Save MariaLavrovskaya/673bf7cf91927a01b80f3fff9e07a879 to your computer and use it in GitHub Desktop.
airbnb_4
plt.figure(figsize=(10,6))
sns.scatterplot(data.longitude,data.latitude,hue=data.neighbourhood_group)
plt.ioff()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment