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