Coupling hover events for side-by-side subplots

I have data that has a name, and 3 different pieces of information (A, B, C). I would like to create a subplot with 2 scatterplots side-by-side for this data, one mapping B vs. A and C vs. A. Using plotly, would I be able to hover over one point in one scatterplot, and also have the hover information appear in the other scatterplot for the datapoint with the same name?

You might want to look at http://codepen.io/Narghast/pen/pypRxG

Thank you!
Here’s a link to a simple working codepen example in case anyone else is looking: http://codepen.io/duyentnguyen/pen/LRVbyY

2 Likes

Very nice. Thanks for sharing!