unfortunately I'm not able to share as it is in reference to proprietary company data
essentially, I can produce any one plotly graph like:
[line graph with scatter]
but if i produce, say, 8 of them (looping on a list of inputs), I get something like this:
[empty box]
[just scatter points no line]
[empty box]
[empty box]
[just scatter points no line]
[line graph with scatter]
[line graph with scatter]
[line graph with scatter]
If I hover over one of the empty boxes where a graph should be, the tooltips appear as if everything is graphed correctly, but the line and points themselves are not visible
It's not obvious why some render and some don't, the pattern is not always the same
I discovered today that clicking the "lasso" or "box" buttons on the plotly toolbar for the invisible or partially invisible graphs will cause the hidden visualizations elements to appear, so I have a temporary workaround
If anyone has by chance encountered a problem like this and solved it, I'm all ears. If no one has and my description is incomprehensible, then fair enough as I don't know how else to explain it.
Thank you for your efforts