Hi there,
Let me know how i can change the visibility of a specific trace using updatemenus without changing the current visibility of the other traces.
For Example:
There are 10 traces whose visibility can be switched from true to legendonly via the legend.
I need to change the visibility of trace 2 and 6 to true with a button (updatemenus), but the other traces have to stay in the current state.
Thanks, in advanced.
If what you want is a functionality similar to the legends of the graphs but with buttons, this can help you.
However, it is not easy to identify which line each button belongs to, since there is no way to change the color of the text or the background of the buttons individually, and you cannot add icons. Also, sometimes you have to click twice for the button to work. This happens when you click on one and then move to another, it is as if the first click was for it to receive the focus and the second for it to work.