10-26-2010 05:40 AM
Hi all,
I'm very appriciate who could give me some help on the following problem.
I plan to input 3 continous datasets into a XY graph as the following left image shows. The problem is the XY graph just shows the 10 data points generated in a For loop (see the right image), what I need is to show all the data points genereated before I click the STOP button.
Best regards,
Vincent
Solved! Go to Solution.
10-26-2010 05:50 AM - edited 10-26-2010 05:54 AM
10-27-2010 03:49 AM - edited 10-27-2010 03:51 AM
Hi Helmut,
Thank you very much for your kind help and I could create a continuous XY Graph now. But the new problem is how to keep the same color for a plot. It seems that different sections of a plot have different colors when I append the new generated data points from the For loop.
And could you please resave the vi in you previous post for the previous veresion of LabView, such as LabVIEW 8.5?
By the way, I have to use the XY Graph for a customer of my company wants it.
Best Regards,
Vincent
10-27-2010 04:43 AM - edited 10-27-2010 04:43 AM
08-27-2013 04:15 AM
Hello to all.
Sorry for the intrusion.
I have to create a graph from a table with three columns. The graph should have the elements of the first two columns on the x unified those of the third column on the y axis.
Can you tell me first how to unify the first two columns, and then how to put everything in a chart?
Thank you very much.
I attach the image on the part of my program in question.