You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is supposed to have been fixed in plotly.js but I find that the 2d scatter plot using either type='scattergl' or toWebGL() breaks the plotly_click event in plotly.r. It works fine for me for scatter3d. I want to show a 2d plot of 21,000 points, hence the need for scattergl, and link to 2ndary boxplot.
Wanted to point out that, there is a bug in @Uncle-M 's example, we should add source= argument for 2D plot:
text=~gene, type="scattergl", mode = "markers", source='volc3d')
However, it seems that the clicked gene id doesn't match with the boxplot gene id, for both 2D and 3D plot. There maybe a mismatch in indexes. Wondering how s[["pointNumber"]] and s[["curveNumber"]] was defined within plotly?
I know this is supposed to have been fixed in plotly.js but I find that the 2d scatter plot using either type='scattergl' or toWebGL() breaks the plotly_click event in plotly.r. It works fine for me for scatter3d. I want to show a 2d plot of 21,000 points, hence the need for scattergl, and link to 2ndary boxplot.
This issue was reported here: plotly/plotly.js#743
but is supposed to have been completed here: plotly/plotly.js#994
Here is demo code - the lower window updates the event information in scatter3d but not for 2d. The boxplots link in 3d but not 2d:
Here is session info:
The text was updated successfully, but these errors were encountered: