Last active
August 3, 2021 07:06
-
-
Save trevismd/ff0aaae937b4697df2b64e31490c0818 to your computer and use it in GitHub Desktop.
Color and order
This file contains 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
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