summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape_on_grid.h
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-12-11 15:05:34 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-12-11 15:05:34 +0000
commite2bb4a9ecc41619c48e808792bf33558f7fd5e53 (patch)
treec68ce53c166c844fe26d38d2a535f5a9af6740a6 /src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape_on_grid.h
parent2ae298359a9cf35392c075db3b83d3efeec94e4c (diff)
Answer to Marc's comment from Sunday.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@1845 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cb4c277633d435bfe9111150f40de46d2fa598c2
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape_on_grid.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape_on_grid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape_on_grid.h b/src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape_on_grid.h
index 08b93a0a..d91b7431 100644
--- a/src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape_on_grid.h
+++ b/src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape_on_grid.h
@@ -992,6 +992,9 @@ public:
/**
* function used to create a gnuplot script for visualization of landscapes. Over here we need to specify which landscapes do we want to plot.
+ * In addition, the user may specify the range (min and max) where landscape is plot. The fefault values for min and max are std::numeric_limits<double>::max(). If the procedure detect those
+ * values, it will determine the range so that the whole landscape is supported there. If at least one min or max value is different from std::numeric_limits<double>::max(), then the values
+ * provided by the user will be used.
**/
void plot( const char* filename , size_t from_ , size_t to_ )const
{