Skip to content

Instantly share code, notes, and snippets.

@tomasonjo
Created June 28, 2022 09:50
Show Gist options
  • Save tomasonjo/0d9abc5b5ae4f9f0e6d45c0908db29ba to your computer and use it in GitHub Desktop.
Save tomasonjo/0d9abc5b5ae4f9f0e6d45c0908db29ba to your computer and use it in GitHub Desktop.
sns.catplot(
col="communityId",
y="weightedOutdegree",
height=6,
data=merged_df,
kind="boxen",
col_wrap=3,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment