I have a plotly graph with more than 80 individual traces:
Now I want to export a png with only a few active traces like this:
But when I export the image with the plotly camera icon it shows the top of the legend and not the legend of the active traces:
My question is, is there a way to tell plotly to export the graph with only the active trace legends visible?