jeremymanning / hypertools

A python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1 stars 1 forks source link

Gaps between clusters #32

Closed jeremymanning closed 2 years ago

jeremymanning commented 2 years ago

Need to check over how datasets that span multiple clusters are plotted, particularly in animated plots. It may be necessary to add in additional connecting segments between groups when the current segment is the last in a group but not the last overall within the current block of adjacent time points. Since the next observation could come from any group, i think it'll be necessary to search over all other groups. The connection could be labeled using the correct group and colored either using the current group or an average of the current and next group's colors.

jeremymanning commented 2 years ago

fixed with this commit