Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created February 16, 2021 09:13
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 amankharwal/78ed8a4afa262d2f0bef7087f01347aa to your computer and use it in GitHub Desktop.
Save amankharwal/78ed8a4afa262d2f0bef7087f01347aa to your computer and use it in GitHub Desktop.
plt.style.use("seaborn")
plt.rc("figure", autolayout=True)
plt.rc("axes", labelweight='bold', labelsize='large', titleweight='bold', titlesize=14, titlepad=10)
sns.relplot(x="longitude", y="latitude", hue="Cluster", data=data, height=6)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment