I want to use the colormap \"viridis\" (http://bids.github.io/colormap/), and I won\'t be updating to the development version 1.5 quite yet. Thus, I have downloaded c
c
Download the colormaps.py from here,then:
import os,sys scriptpath = "/Your downloading path/colormap-master/" sys.path.append(os.path.abspath(scriptpath)) import colormaps as cmaps
Done!