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’m having trouble replicating a plot I created in R using plotly 3.6.0.
I recently installed plotly 4.5.6, and I’ve tried various ways to get the plot to work as before. I’m hoping you could give some insight on what I’m missing.
this is the result:
I’m able to deselect a “trace” and it will affect the show/hide value for all three plots, for example if I click the blue “x2” this is the results:
Thanks for writing in, and sorry for the long wait. 4092c1a provides a mechanism a way to address this issue (i.e., anchoring multiple traces to a single legend entry). See this test for my recommended way of approaching this use case
I’m having trouble replicating a plot I created in R using plotly 3.6.0.
I recently installed plotly 4.5.6, and I’ve tried various ways to get the plot to work as before. I’m hoping you could give some insight on what I’m missing.
Code in version 3.6.0 :
this is the result:


I’m able to deselect a “trace” and it will affect the show/hide value for all three plots, for example if I click the blue “x2” this is the results:
I’ve tried doing this in plotly 4.5.6
but the result looked different and the legends would only control the scatter plot:

I was able to get it to look similar using subplots, but still the legend only controls the scatterplot:
Any help would be greatly appreciated.
Thanks,
Shams
The text was updated successfully, but these errors were encountered: