touretzkyds / oldWordEmbeddingDemo

Word embeddings online demo, rewrite
https://jxu.github.io/WordEmbeddingDemo/
1 stars 0 forks source link

changes to vector visualization display #48

Closed touretzkyds closed 2 years ago

touretzkyds commented 2 years ago

Currently in the Neel branch, underneath the magnified vector view, we used to display the index of the element we are looking at. That component of the display has disappeared. It needs to come back.

I'd like to make some other changes to this part of the display.

neelpawarcmu commented 2 years ago

While I was working on this I was thinking we could add a bit more intuition by modifying the hover text so it displays stuff in a format similar to the vector plot. Currently the display "x:, y:, z:" might not be very intuitive.

touretzkyds commented 2 years ago

I agree. The hover text should match that of the main vector display.

neelpawarcmu commented 2 years ago

Resolved