09-04-2008 09:44 PM
I am wondering if there is an opiton to set the order of the graph lines.
In many case, I can't view the other line like the attachment.
09-04-2008 10:31 PM
The order is determined by the way the data is arranged in the array. In this case you could make the first plot with the data of the red trace, etc.
Your are also graphing the data too densely for all practical purpose. Try e.g. a plot type with only small dots and no connecting lines.
09-04-2008 10:32 PM
The order of the graph lines is a function of their order in the data structure driving a plot. For example, say you are plotting an array of XY datasets. The dataset at element 0 will be at the back, 1 will be in front of it, 2 will be in front of both of them and so on.
Mike...