10-27-2005 05:34 AM
10-27-2005 07:02 AM - edited 10-27-2005 07:02 AM
One thing you can do is to add a second plot, with a different color, over the first one.
Message Edité par chilly charly le 10-27-2005 02:03 PM
10-27-2005 07:32 AM
Hi,
Thank you very much for the vi, cc. But in case I want to plot more colors on the same graph what should I do. Eg. I will increase the number of cycles to 8 and color each cycle with a different color. And more over, in my application, the data would be continiously acquiring, so when even I set a certain flag, that perticular portion of the graph should show color untill that flag is disabled.
thanks
10-27-2005 09:03 AM
10-27-2005 05:14 PM
I suggest you build on CC example with the following mods.
In the "normal" plot, replace the "bad" readings with NaN. this will hide the points that are bad.
In the "bad" plot use NaN for all of the "good" values.
Ben
10-28-2005 08:08 AM
10-28-2005 08:17 AM
Is there a way to "lift the pen" i.e. break the line connceting points without using NaN?
Ben
10-31-2005 08:35 AM
10-31-2005 09:58 AM