summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-02 07:45:51 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-02 07:45:51 +0000
commit338b2f41bd14f04193a0b2f6fb0a2321443be45b (patch)
treed8fd22745dbaa8528b563119cc9a0756860b497c /src
parentbdbbbc71e7d82526b24f76cc3b9916ad53919d41 (diff)
Doc review: max_intervals documentation in plot_persistence_density
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/plot_persistence_density_vincent@3917 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 90cfd77ad4aad4cdb0937f43dd4f802688f98295
Diffstat (limited to 'src')
-rwxr-xr-xsrc/cython/cython/persistence_graphical_tools.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cython/cython/persistence_graphical_tools.py b/src/cython/cython/persistence_graphical_tools.py
index e66643d2..139a2332 100755
--- a/src/cython/cython/persistence_graphical_tools.py
+++ b/src/cython/cython/persistence_graphical_tools.py
@@ -269,7 +269,8 @@ def plot_persistence_density(persistence=[], persistence_file='',
<http://scipy.github.io/devdocs/generated/scipy.stats.gaussian_kde.html>`_
for more details.
:type bw_method: str, scalar or callable, optional.
- :param max_intervals: maximal number of intervals to display.
+ :param max_intervals: maximal number of points used in the density
+ estimation.
Selected points are those with the longest life time. Set it
to 0 to see all. Default value is 1000.
:type max_intervals: int.