Created
April 20, 2016 17:57
-
-
Save medeirosthiago/9c80d9c225e963c2530a0eb91bae15b4 to your computer and use it in GitHub Desktop.
Colors for matplotlib
This file contains hidden or 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
import matplotlib | |
for name, hex in matplotlib.colors.cnames.iteritems(): | |
print(name, hex) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment