Skip to content

Instantly share code, notes, and snippets.

@tomasonjo
Created June 28, 2022 09:56
Show Gist options
  • Save tomasonjo/cc28034e7bebc5d74d44ee7200500328 to your computer and use it in GitHub Desktop.
Save tomasonjo/cc28034e7bebc5d74d44ee7200500328 to your computer and use it in GitHub Desktop.
community_4 = (
merged_df[merged_df["communityId"] == 4]
.drop("communityId", axis=1)
.melt(id_vars="nodeId")
)
sns.catplot(
data=community_4, y="value", col="variable", col_wrap=3, kind="boxen", sharey=False
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment