summaryrefslogtreecommitdiff
path: root/src/cython/example/rips_persistence_diagram.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/example/rips_persistence_diagram.py')
-rwxr-xr-xsrc/cython/example/rips_persistence_diagram.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/example/rips_persistence_diagram.py b/src/cython/example/rips_persistence_diagram.py
index e485b2f5..3d51f379 100755
--- a/src/cython/example/rips_persistence_diagram.py
+++ b/src/cython/example/rips_persistence_diagram.py
@@ -39,4 +39,4 @@ simplex_tree = rips.create_simplex_tree(max_dimension=1)
diag = simplex_tree.persistence(homology_coeff_field=2, min_persistence=0)
print("diag=", diag)
-gudhi.diagram_persistence(diag)
+gudhi.plot_diagram_persistence(diag)