scikit-tda / kepler-mapper

Kepler Mapper: A flexible Python implementation of the Mapper algorithm.
https://kepler-mapper.scikit-tda.org
MIT License
623 stars 180 forks source link

add ability to d3 vis to live-update min-intersection requirement #231

Closed deargle closed 2 years ago

deargle commented 2 years ago

if include_min_intersection_selector=True is passed to mapper.visualize, then a number input is included at the top of the d3 vis which permits changing the min_intersection req for edges (links) to be drawn.

Currently does not get saved in the downloadable config file.

codecov[bot] commented 2 years ago

Codecov Report

Merging #231 (c24cb3a) into master (7dc4d0a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #231   +/-   ##
=======================================
  Coverage   80.27%   80.27%           
=======================================
  Files          11       11           
  Lines         862      862           
  Branches      189      189           
=======================================
  Hits          692      692           
  Misses        138      138           
  Partials       32       32           
Impacted Files Coverage Δ
kmapper/kmapper.py 89.71% <ø> (ø)
kmapper/visuals.py 85.52% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7dc4d0a...c24cb3a. Read the comment docs.

deargle commented 2 years ago

No update to doc examples yet, because I'm afraid of the docs.

Also, demo gif:

demo

deargle commented 2 years ago

Closes #211