LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build a Raster plot display

Hi,

I want to build a raster plot which is a plot of Timestamps vs. Trial numbers. Each trial can have random number of timestamps which are displayed as dot�s along the x-axis. The range of x-axis can be set constant (i.e. every trial will have the number of timestamps less than the max. x-axis range). The display should have the timestamps (which can be simple count values) on the x-axis and trial number on y-axis. For e.g.: Trial 1 timestamps array consists of [1,10,15,40]; trial 2 the timestamp array can be [4,8,16,24,35,68,90]. When a new array for timestamps is available for the display has to add that along with the existing plots (with an off set on the Y-axis).

I would appreciate suggestions on approaching this problem?

Th
anks.
0 Kudos
Message 1 of 2
(3,135 Views)
I would suggest using an X-Y graph.

Take a look at this example in LabVIEW 7.0
0 Kudos
Message 2 of 2
(3,135 Views)