http://nbviewer.jupyter.org/github/colour-science/colour-ipython/blob/master/notebooks/colour.ipynb#Colour—Colour-Science-for-Python
库源代码:
https://github.com/Pachel35/colour
克隆到本地后,命令行使用 python setup.py install 安装即可
hello world
from colour.plotting import *
visible_spectrum_plot()
转载于:https://www.cnblogs.com/McKean/p/6339034.html