Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

Highlight weights on hover #85

Closed johnbradley closed 5 months ago

johnbradley commented 5 months ago

Adds logic to show values for an observation when the user's mouse is over it. The values will be shown by a small square on the weight slider following an earlier convention.

The backend API now returns values for each observation scaled to a value between 0 and 1.

Fixes #62