From 0902c35ad4701d78a91b30e2d055a529f4de01d5 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 27 Apr 2018 16:03:43 +0000 Subject: 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 --- src/cython/example/gudhi_graphical_tools_example.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/cython/example/gudhi_graphical_tools_example.py') diff --git a/src/cython/example/gudhi_graphical_tools_example.py b/src/cython/example/gudhi_graphical_tools_example.py index 97983262..d21d44c2 100755 --- a/src/cython/example/gudhi_graphical_tools_example.py +++ b/src/cython/example/gudhi_graphical_tools_example.py @@ -28,11 +28,6 @@ __author__ = "Vincent Rouvreau" __copyright__ = "Copyright (C) 2016 INRIA" __license__ = "GPL v3" -print("#####################################################################") -print("Show palette colors values for dimension") - -gudhi.show_palette_values() - print("#####################################################################") print("Show barcode persistence example") -- cgit v1.2.3