I am trying to recreate a plot similar to the one attached. I can use TMultiGraph to plot the 6 TGraph s I have. But I am kind of stuck in trying to figure out how I can plot the mean values and max values (for x-axes of each TGraph) of each TGraph s.
Ah, that is what I wanted. I will make two such 3D lines, one for mean values and other for max values.
Thanks a lot. I was about to add a second figure to show the relationship of the distributions with the mean and max values. This will save me some space. Thanks again.
BTW, do you know, if we can make a 3D grid through out our axis system? If not, it is fine.
Sorry to revive this topic again. But I am trying to figure out a way to “reverse” the x-axis. So in the given example, have -3 to 3 from the left to the right. I tried deleting the axis and insert a new one, but the new one goes in the 2D way instead of 3D way. Any tips?
Is there any way to write the “rotation” in your .C file? The reason I ask is, I am going to have a few such plots, and I want to make sure they all have the same the same angle.
Is it me, or does TMultigraph does not allow inserting TLatex? I am trying to put the equation of the line fit I have for average values. But, the latex text is not showing up on my canvas. TLatex is taking only two coordinates- I am providing x and y coordinates, I get an error, when I try to provide the z coordinate as well.
Any idea how to insert latex text in TMultigraph 3D?