plotly stacked area plot only shows four out of five traces
In the code below, I am plotting a stacked-area plot in plotly. For some reason only 4 out of the 5 traces are showing in the plot. Please help me figure out how to get the final trace to show. Here is some working code to get the data for the plot: <div id = … Read more