summaryrefslogtreecommitdiff
path: root/src/cython/doc/pyplots/diagram_persistence.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/doc/pyplots/diagram_persistence.py')
-rwxr-xr-xsrc/cython/doc/pyplots/diagram_persistence.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cython/doc/pyplots/diagram_persistence.py b/src/cython/doc/pyplots/diagram_persistence.py
index 56d6c50f..30661965 100755
--- a/src/cython/doc/pyplots/diagram_persistence.py
+++ b/src/cython/doc/pyplots/diagram_persistence.py
@@ -3,5 +3,5 @@ import gudhi
rips_complex = gudhi.RipsComplex(off_file='tore3D_1307.off', max_edge_length=0.2)
simplex_tree = rips_complex.create_simplex_tree(max_dimension=3)
diag = simplex_tree.persistence()
-pplot = gudhi.plot_persistence_diagram(diag, band_boot=0.13)
-pplot.show()
+plt = gudhi.plot_persistence_diagram(diag, band_boot=0.13)
+plt.show()