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.