aboutsummaryrefslogtreecommitdiff
path: root/processing/default_cmap.py
diff options
context:
space:
mode:
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')