aboutsummaryrefslogtreecommitdiff
path: root/processing/cubehelix_cmap.py
blob: bb6e641cebe6a9611b14f9581f217a26dbdeca93 (plain)
1
2
3
4
5
import WrightTools as wt
import matplotlib.pyplot as plt
cmap = wt.artists.colormaps['cubehelix']
wt.artists.plot_colormap_components(cmap)
wt.artists.savefig('cubehelix_cmap.png')