Skip to content

Instantly share code, notes, and snippets.

@medeirosthiago
Created April 20, 2016 17:57
Show Gist options
  • Save medeirosthiago/9c80d9c225e963c2530a0eb91bae15b4 to your computer and use it in GitHub Desktop.
Save medeirosthiago/9c80d9c225e963c2530a0eb91bae15b4 to your computer and use it in GitHub Desktop.
Colors for matplotlib
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