T O P I C R E V I E W |
James L |
Posted - 10/18/2020 : 5:00:18 PM Hello,
I'm very new to LabTalk, so I apologize if my problem is simple. I have many datasets of 400 points each that I want to plot together. Each dataset is a voltage vs current plot for a single electronic device. Each measurement scans from -10 to 12 volts, then goes back to -10 and scans up to 12 again. when I make a line plot, there's a line connecting the first 12 volt measurement (data point 200) to the second -10 volt measurement (data point 201). I want a way to hide the line between the 200 and 201 datapoints, for each line on my graph (obviously without having to go one by one to each datapoint). Does my question make sense? Can someone point me in the right direction?
Thanks,
J
 |
1 L A T E S T R E P L I E S (Newest First) |
YimingChen |
Posted - 10/19/2020 : 09:37:07 AM Hi,
Basically you need to split your entire xy data into individual scans. You can use menu Worksheet->Split Worksheet tool to split each scan into individual worksheet, then combine all worksheets into one worksheet with multiple xy data ( menu Worksheet->Append Worksheets) then make plots. This may be easier.

James |
|
|