Skip to content

Instantly share code, notes, and snippets.

@trevismd
Last active August 3, 2021 07:06
Show Gist options
  • Save trevismd/ff0aaae937b4697df2b64e31490c0818 to your computer and use it in GitHub Desktop.
Save trevismd/ff0aaae937b4697df2b64e31490c0818 to your computer and use it in GitHub Desktop.
Color and order
states_palette = states_palette = sns.color_palette("YlGnBu", n_colors=5)
states_order = ["Successful", "Failed", "Live", "Suspended", "Canceled"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment