summaryrefslogtreecommitdiff
path: root/src/cython
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-02 07:51:22 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-02 07:51:22 +0000
commit5469c3637df2efd1a70a165484b992727782d15c (patch)
tree8b62019c1077425107dc59621b737b2d224e6041 /src/cython
parent338b2f41bd14f04193a0b2f6fb0a2321443be45b (diff)
Doc review : "Selected points are" -> "Selected intervals are"
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/plot_persistence_density_vincent@3918 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 79857a4609428fc623f8f4656762261ea664cf12
Diffstat (limited to 'src/cython')
-rwxr-xr-xsrc/cython/cython/persistence_graphical_tools.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cython/cython/persistence_graphical_tools.py b/src/cython/cython/persistence_graphical_tools.py
index 139a2332..abc205bb 100755
--- a/src/cython/cython/persistence_graphical_tools.py
+++ b/src/cython/cython/persistence_graphical_tools.py
@@ -70,7 +70,7 @@ def plot_persistence_barcode(persistence=[], persistence_file='', alpha=0.6,
opaque - default is 0.6).
:type alpha: float.
:param max_intervals: maximal number of intervals to display.
- Selected points are those with the longest life time. Set it
+ Selected intervals are those with the longest life time. Set it
to 0 to see all. Default value is 1000.
:type max_intervals: int.
:param inf_delta: Infinity is placed at ((max_death - min_birth) x
@@ -162,7 +162,7 @@ def plot_persistence_diagram(persistence=[], persistence_file='', alpha=0.6,
:param band: band (not displayed if :math:`\leq` 0. - default is 0.)
:type band: float.
:param max_intervals: maximal number of intervals to display.
- Selected points are those with the longest life time. Set it
+ Selected intervals are those with the longest life time. Set it
to 0 to see all. Default value is 1000.
:type max_intervals: int.
:param inf_delta: Infinity is placed at ((max_death - min_birth) x
@@ -271,7 +271,7 @@ def plot_persistence_density(persistence=[], persistence_file='',
:type bw_method: str, scalar or callable, optional.
:param max_intervals: maximal number of points used in the density
estimation.
- Selected points are those with the longest life time. Set it
+ Selected intervals are those with the longest life time. Set it
to 0 to see all. Default value is 1000.
:type max_intervals: int.
:param dimension: the dimension to be selected in the intervals