summaryrefslogtreecommitdiff
path: root/src/cython/doc/pyplots/show_palette_values.py
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-04-27 16:03:43 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-04-27 16:03:43 +0000
commit0902c35ad4701d78a91b30e2d055a529f4de01d5 (patch)
tree9a82c6359e994aa25cdf9d12afd15930129b35fb /src/cython/doc/pyplots/show_palette_values.py
parent50bff0fced63e298ae9952a192f8e1b70d9abfb8 (diff)
Remove show_palette_values
Add legend flag to display the legend Set rips threshold to 0.3 for users not to be surprised when playing with threshold git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/python_2.1.0_fix_vincent@3406 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 03999711eafb81748a82b5725482a9f0d4307861
Diffstat (limited to 'src/cython/doc/pyplots/show_palette_values.py')
-rwxr-xr-xsrc/cython/doc/pyplots/show_palette_values.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cython/doc/pyplots/show_palette_values.py b/src/cython/doc/pyplots/show_palette_values.py
deleted file mode 100755
index fdf9645f..00000000
--- a/src/cython/doc/pyplots/show_palette_values.py
+++ /dev/null
@@ -1,3 +0,0 @@
-import gudhi
-plt = gudhi.show_palette_values(alpha=1.0)
-plt.show()