From b301bf80daaac521f16d43120a8a30a2af9eb515 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 17 Aug 2018 15:29:19 +0000 Subject: Makes clearer dependencies for each function of persistence graphical tools git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/plot_persistence_density_vincent@3804 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7572f54368ff235f5e78df74121bf6b1ee107177 --- src/cython/doc/persistence_graphical_tools_sum.inc | 2 +- src/cython/doc/persistence_graphical_tools_user.rst | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/cython/doc/persistence_graphical_tools_sum.inc b/src/cython/doc/persistence_graphical_tools_sum.inc index c793a352..5577cf99 100644 --- a/src/cython/doc/persistence_graphical_tools_sum.inc +++ b/src/cython/doc/persistence_graphical_tools_sum.inc @@ -1,6 +1,6 @@ ================================================================= =================================== =================================== :Author: Vincent Rouvreau :Introduced in: GUDHI 2.0.0 :Copyright: GPL v3 -:Requires: Matplotlib Numpy Scipy +:Requires: matplotlib numpy scipy ================================================================= =================================== =================================== +-----------------------------------------------------------------+-----------------------------------------------------------------------+ diff --git a/src/cython/doc/persistence_graphical_tools_user.rst b/src/cython/doc/persistence_graphical_tools_user.rst index fda086c3..b2124fdd 100644 --- a/src/cython/doc/persistence_graphical_tools_user.rst +++ b/src/cython/doc/persistence_graphical_tools_user.rst @@ -12,6 +12,9 @@ Definition Show persistence as a barcode ----------------------------- +.. note:: + this function requires matplotlib and numpy to be available + This function can display the persistence result as a barcode: .. plot:: @@ -32,6 +35,9 @@ This function can display the persistence result as a barcode: Show persistence as a diagram ----------------------------- +.. note:: + this function requires matplotlib and numpy to be available + This function can display the persistence result as a diagram: .. plot:: @@ -49,6 +55,9 @@ This function can display the persistence result as a diagram: Persistence density ------------------- +.. note:: + this function requires matplotlib, numpy and scipy to be available + If you want more information on a specific dimension, for instance: .. plot:: -- cgit v1.2.3