Hi,
The way I am thinking of is to split the column intensity into 4 columns and plot those four extracted columns versus Temp (X) so that you will have four intensity points corresponding to a single Template point at each second.
To do it, you can directly copy and paste the following code in Script Window and highlight all, press Enter to run:
// Suppose intensity column has Long Name "Intensity"
colsplit -r 0 irng:=col("Intensity") nrows:=4 rd:=[<input>]<input>; // Split Intensity columns into 4 columns
plotxy iy:=(?,5:8) plot:=201; // Plot splitted columns against Temp as Scatter plot
If this is not what you want, please proceed to explain in more details.
Thanks!
Regards!
Sean
OriginLab Tech. Service