summaryrefslogtreecommitdiff
path: root/src/cython/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/doc')
-rw-r--r--src/cython/doc/persistence_graphical_tools_user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/doc/persistence_graphical_tools_user.rst b/src/cython/doc/persistence_graphical_tools_user.rst
index 0047f9c8..fda086c3 100644
--- a/src/cython/doc/persistence_graphical_tools_user.rst
+++ b/src/cython/doc/persistence_graphical_tools_user.rst
@@ -60,5 +60,5 @@ If you want more information on a specific dimension, for instance:
persistence_file=gudhi.__root_source_dir__ + \
'/data/persistence_diagram/rips_on_tore3D_1307.pers'
plt = gudhi.plot_persistence_density(persistence_file=persistence_file,
- max_plots=0, dimension=1, legend=True)
+ max_intervals=0, dimension=1, legend=True)
plt.show()