Hello All,
This may be a simple question, but I have not been able to solve it yet. I have a graph and I collect data from a counter, integrate it for x seconds and repeat after y seconds. So I would like to plot the counts aganist time. But the time axis should be with an interval of (x+y) seconds. So there would be one point at time = 0, the next point on the chart would be at time = x+y, the next point at 2*(x+y) and so on. The actual data acq. programme works well, but the plotting is not as wanted yet. I have added a very simple code. Can anyone point out what I am doing worng? Thanks.
Karthik