I want to create a plot with many distribution on it. My goal is to have all these distribution on the same square 3D plot. I have created a monte carlo distribution of Sales Turnover (ST). For each year, I have a different distribution of ST. I want to create my plot such as:
X= Sales Turnover value;
Y= Distribution(the number of monte-carlo cases I have for each value of sales turnover);
Z= Year (1 to 10)
I tried to do that using plotly, but the result is not satisfying, the printout of the chart is not very clear. Finally, if you have another suggestion to execute what I need, I'll be happy to hear about it. Thank you in advance everyone.
PS: I tried to be as clear as possible, my english is not perfect :p. Don't hesitate to comment if you have any question/added information needed to this problem.
Thank you