Created
July 10, 2020 19:32
-
-
Save sebastianmurillonader/c40ab312fb9f7bf37a1df142bf0e09f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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