> I am plotting an XY graph (X for time and Y for an amplitude). As i
> plot this graph the whole set of points are presented.
> I wish i could present the graph, reducing the X axis width(10 seconds
> width) and iterate to plot 10 sec to 10 sec(segments of 10 seconds).
> one problem is time values are not spaced uniformaly.
> could do give me some hints?

You have several options.  You can use a chart and send it a succession 
of waveforms that are timestamped.  The waveforms are themselves evenly 
sampled, but their initial timestamps don't need to be.

The option, and probably the one I'd go with is to use an XY graph.  The 
X is a timestamp, and the Y is an amplitude.  Make an array of 
timestamped amplitudes and update it with 10sec segments.

Greg McKaskle


Reply via email to