01-20-2006 09:30 AM
01-20-2006 11:17 AM
Maybe I misunderstand the question...
Multiple plots on the XY-graph, means you need to put them in an array. If you don't have all the graphs at once, then you could simply build the array dynamically. I.e. you put the array in a shift register, and add elements (measurements) to it as you go.
01-20-2006 12:16 PM
01-20-2006 01:15 PM
01-20-2006 01:23 PM
OK,
did you try to look up examples. There is more than plenty for XY graphs.
take care
Pawel
01-20-2006 01:28 PM
01-20-2006 01:35 PM
01-20-2006 01:46 PM
09-18-2008 10:30 AM
Hi Everyone,
Lets consider the situation when we have no for loops and stuff. Just getting two coordinates at a time. Now, how do I plot two graphs at the same time?
09-18-2008 10:35 AM
If you have no loops, how do you get enough points to plot?
Lynn