GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
246 stars 65 forks source link

[Cover Complex] Make KeplerMapper a Python function #991

Closed MathieuCarriere closed 7 months ago

MathieuCarriere commented 8 months ago

So far, the interactive visualization of cover complexes must be done with a command line, eg !python ./utils/KeplerMapperVisuFromTxtFile.py -f human.txt Instead, it would be better to call it with something like CoverComplex().save_to_html_with_KeplerMapper().

VincentRouvreau commented 7 months ago

Fixed by #997