1
0
mirror of https://github.com/balkian/gists.git synced 2024-09-21 04:41:44 +00:00
gists/custom_palette.py
J. Fernando Sánchez 04eaafc293
2015-11-08 19:19:35 +01:00

4 lines
123 B
Python

from matplotlib.pyplot import cm
color=cm.rainbow(np.linspace(0,1,len(emotions)))
color = dict(zip(emotions, color))
color