summaryrefslogtreecommitdiff
path: root/trunk/src/cython/doc/pyplots/show_palette_values.py
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/cython/doc/pyplots/show_palette_values.py')
-rwxr-xr-xtrunk/src/cython/doc/pyplots/show_palette_values.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/src/cython/doc/pyplots/show_palette_values.py b/trunk/src/cython/doc/pyplots/show_palette_values.py
new file mode 100755
index 00000000..fdf9645f
--- /dev/null
+++ b/trunk/src/cython/doc/pyplots/show_palette_values.py
@@ -0,0 +1,3 @@
+import gudhi
+plt = gudhi.show_palette_values(alpha=1.0)
+plt.show()