andi-nl / ANDI-frontend

Advanced Neuropsychological Diagnostics Infrastructure frontend
1 stars 4 forks source link

make ellipsis plot more readable #135

Closed mkuzak closed 8 years ago

mkuzak commented 8 years ago

When patient scores are very far away from normal it is hard to tell which ellipse patient belongs to. One solution I can come up with would be to draw a chess board in the background.

jvdzwaan commented 8 years ago

I don't think a chess board solves everything, because datapoint might be outside the chess board square. Have you considered that possibility?

mkuzak commented 8 years ago

Yes we did. If the point is outside of the square it does not make sense to plot it in other square so we should either resize the squares to fit all points or don't plot points falling outside of their squares.