aboutsummaryrefslogtreecommitdiff
path: root/processing/default_cmap.py
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-03-26 17:49:30 -0500
committerBlaise Thompson <blaise@untzag.com>2018-03-26 17:49:30 -0500
commitd29370edbb0eeb56ec3aabff437c048b7d9ee178 (patch)
treef2660d85af44a6574e70a8335091e82f3da1a494 /processing/default_cmap.py
parenta1bc96e82ff539ebe94aeb498ce8d00136e31b12 (diff)
2018-03-26 17:49
Diffstat (limited to 'processing/default_cmap.py')
-rw-r--r--processing/default_cmap.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/processing/default_cmap.py b/processing/default_cmap.py
new file mode 100644
index 0000000..30d546c
--- /dev/null
+++ b/processing/default_cmap.py
@@ -0,0 +1,5 @@
+import WrightTools as wt
+import matplotlib.pyplot as plt
+cmap = wt.artists.colormaps['default']
+wt.artists.plot_colormap_components(cmap)
+wt.artists.savefig('default_cmap.png')