summaryrefslogtreecommitdiff
path: root/src/cython/doc
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-08-17 13:58:46 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-08-17 13:58:46 +0000
commit7e1d78ec22e0e53bbf4a36aaea1b77fa48f5d40d (patch)
tree2b165bd012201ddbaa47731aeb9064a9880b567c /src/cython/doc
parent24c661e98b8f8e0f2c492fcf63e68615dbd9ae84 (diff)
Code review : Rename max_plots with max_intervals for persistence density
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/plot_persistence_density_vincent@3801 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8d20ee2f721b856bba69bc5bc10db26032649129
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()