Created
April 6, 2021 15:52
-
-
Save ckrapu/7fde9009e4119e2ca333fe423e1f1aac to your computer and use it in GitHub Desktop.
mpl-color-cycle
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
colors = [ | |
'tab:blue', | |
'tab:orange', | |
'tab:green', | |
'tab:red', | |
'tab:purple', | |
'tab:brown', | |
'tab:pink', | |
'tab:gray', | |
'tab:olive', | |
'tab:cyan', | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment