summaryrefslogtreecommitdiff
path: root/src/cython/example/tangential_complex_plain_homology_from_off_file_example.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/example/tangential_complex_plain_homology_from_off_file_example.py')
-rwxr-xr-xsrc/cython/example/tangential_complex_plain_homology_from_off_file_example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/example/tangential_complex_plain_homology_from_off_file_example.py b/src/cython/example/tangential_complex_plain_homology_from_off_file_example.py
index be4c40be..a3fc9911 100755
--- a/src/cython/example/tangential_complex_plain_homology_from_off_file_example.py
+++ b/src/cython/example/tangential_complex_plain_homology_from_off_file_example.py
@@ -59,7 +59,7 @@ with open(args.file, 'r') as f:
print(st.betti_numbers())
if args.no_diagram == False:
- gudhi.diagram_persistence(diag)
+ gudhi.plot_diagram_persistence(diag)
else:
print(args.file, "is not a valid OFF file")