Is it possible to access point coordinates from Plots using the box and lasso select from Plotly(JS)

Hi! When performing a scatter plot using the Plotly or PlotlyJS backends of Plots, it is possible to use the box and lasso select tools. How can I access the coordinates of the selected points from Julia? Best,

1 Like

Have you found any solution for this? If not Plotly(JS), is there any other plotting package in Julia’s ecosystem that can achieve this purpose?

Also interested in this, any solutions found perhaps?

The plotting ecosystem in active development nowadays is Makie.jl, they provide interactive utilities like this one you guys are after.

It seems that the Makie page on “interraction” doesn’t directly offer any advice on selecting data from a plot (unless I’m missing something).

Would you please be able to offer any advice on creating something like this example?

Pinging @sdanisch @jules as they know better the current features.

1 Like