rivetTDA / rivet

RIVET is a tool for Topological Data Analysis, in particular two-parameter persistent homology.
GNU General Public License v3.0
73 stars 24 forks source link

Choose Size of Dots Automatically. #44

Closed mlesnick closed 7 years ago

mlesnick commented 8 years ago

Originally reported by: M L (GitHub: mlesnick)


When working with coarse filtrations, dots can be obscenely large for Betti numbers or persistence diagrams, when the multiplicity of a feature is too large.

There should the default size of a dot should be computed as a function of the coarseness of the bins, so that in the case of maximally large dots, overlap of neighboring dots is not too extensive. On the other hand, the minimum size of a dot should also not be too small. Perhaps this latter constraint takes precedence, if both cannot be achieved.

mlesnick commented 8 years ago

Original comment by Matthew Wright (GitHub: mlwright84):


Basic solution implemented.