diff options
| author | Blaise Thompson <blaise@untzag.com> | 2018-03-26 17:49:30 -0500 |
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2018-03-26 17:49:30 -0500 |
| commit | d29370edbb0eeb56ec3aabff437c048b7d9ee178 (patch) | |
| tree | f2660d85af44a6574e70a8335091e82f3da1a494 /processing/cubehelix_cmap.py | |
| parent | a1bc96e82ff539ebe94aeb498ce8d00136e31b12 (diff) | |
2018-03-26 17:49
Diffstat (limited to 'processing/cubehelix_cmap.py')
| -rw-r--r-- | processing/cubehelix_cmap.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/processing/cubehelix_cmap.py b/processing/cubehelix_cmap.py new file mode 100644 index 0000000..bb6e641 --- /dev/null +++ b/processing/cubehelix_cmap.py @@ -0,0 +1,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') |
