PlotlyJS click

Sometimes I need to get data from figure by clicking on data point. Usually I use

PyPlot.ginput(n)

This approach is not suitable when one work with remote VS Code session where no gui is available.

To this end I love PlotlyJS for its interactivity. Recently I found out that plotly enables to record click events.

It is possible to do it in julia PotlyJS?

1 Like