lucasimi / tda-mapper-python

A simple and efficient Python implementation of Mapper algorithm for Topological Data Analysis
https://tda-mapper.readthedocs.io/en/main/
Apache License 2.0
8 stars 2 forks source link

Make dim updatable #118

Closed lucasimi closed 3 months ago

lucasimi commented 3 months ago

Currently the class MapperInteractiveLayout is not supporting the update of dimension, since it's not possible to convert a 3d trace into a 2d trace. However it would be useful in the demo app to chose between a 2d and a 3d plot. The 2d plot could support node selection and analysis.