Incomplete plot, only one curve, missing curves


Hi
Here is the right-handed part of my plot. The list to the top-right shows 14 curves should be plotted, but strangely, only one (the “TrnOvsum” curve) is visible.
The problem of incomplete plotting occurs only randomly, without being aware of any changes in the code. Most times the plots (my Python code lets plot several each time) are all totally good, but now and then they all show the same incompleteness.
I´m grateful for any idea!
Thank you!

Hey @Gunther,

try double clicking on one of the traces in the legend. What do you see then?

Hi

When double clicking on one of the traces of the (in my screenshot right-handed legend), that only one curve disappears. I know, normally only the one which was double-clicked, should be shown.
So it appears as if plotly “thinks” the curve is visible, but it´s not. I tried the double click on all the traces of the legend, but only the original visible one reacts with being visible/not visible.

The strange thing is, it happens only now and then, but when it happens, it happens with all the plots. The first time it happened I had 9 y-axis’s, but reducing those to six didn’t change anything. Also it seems not to depend on how many curves are plotted, I tried to reduce the curves from originally around 20 to (for example) “only” 10, with the same strange behaviour.

Restarting the computer didn’t help either.

Thank you so much for your efforts!!! Hope we find the reason …

Gunther

Could you share your code+data which creates this graph? ItÄşl be hard to help you without that. First thing we need to do es reproduce this behavior.

Hi
Thank you for your help. Sorry for that question: How to get the code to you? Simply copy it and paste it here or …?
It´s a long python code … I first should clean it up.
Thank you!

Yes, pasting here is fine. @Gunther