explorable-viz / fluid

Data-linked visualisations
http://f.luid.org
MIT License
32 stars 1 forks source link

`ScatterPlot`: separate selection states for x and y components of point #1022

Open rolyp opened 2 days ago

rolyp commented 2 days ago

It shouldn’t be too hard to implement separate x and y selection for scatter plot points (either with a line drawn from appropriate axis or with another circle representing the “projection” onto that axis – probably the latter as that most obviously generalises to the visualisation we currently have when both x and y are selected).

See also: