Skip to content

Instantly share code, notes, and snippets.

@trevismd
Last active July 7, 2021 19:38
Show Gist options
  • Save trevismd/5fd941747d68c260021ad0d0c7576808 to your computer and use it in GitHub Desktop.
Save trevismd/5fd941747d68c260021ad0d0c7576808 to your computer and use it in GitHub Desktop.
Reference plot 2
# [code common to all plots]
# Plot with seaborn
sns.boxplot(ax=ax, data=rfs, x='State', y='Goal', order=states_order,
palette=states_palette)
# [code common to all plots]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment