LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between Graph and Strip Chart

Hi,
I'd like to know what is the difference between Graph and Strip Chart.
Thanks for yours answers.
0 Kudos
Message 1 of 2
(5,271 Views)
"neolaxus" ha scritto nel messaggio
news:3cfbe632@newsgroups....
> Hi,
> I'd like to know what is the difference between Graph and Strip Chart.
> Thanks for yours answers.
>
>
Graph needs two separate variables, x and y, to plot and x doesn't need to
be time. It's a normal "static" cartesian plot. Strip chart needs one single
array (y) and x must be a time variable. The y amplitude representation is
refreshed automatically by a "moving" plot as far as you put a new array
into the strip chart.
Graph must be refreshed periodically by a "delete" command if you don't wish
to see a traces overplot.
Greetings,
Sergio
0 Kudos
Message 2 of 2
(5,271 Views)