Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sebastianmurillonader/c40ab312fb9f7bf37a1df142bf0e09f5 to your computer and use it in GitHub Desktop.
Save sebastianmurillonader/c40ab312fb9f7bf37a1df142bf0e09f5 to your computer and use it in GitHub Desktop.
#Create Pair Grid and assign colors.
g = sns.PairGrid(df_group, hue="Proceso", palette="husl")
g = g.map(plt.scatter, alpha=.5)
g = g.add_legend()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment