Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
pehlivan
Posted - 11/22/2000 : 1:23:30 PM Is it possible to make a graphic such that x axis is any column of a worksheet and y axis is any column of another worksheet?
1 L A T E S T R E P L I E S (Newest First)
greg
Posted - 11/27/2000 : 11:36:52 AM You can not do this either with the Origin interface (no dialog or menu provides this as an option) or through a LabTalk command.
This could be done through LabTalk script, but the plot would ultimately have to come from datasets in a single worksheet so the first step would involve either:
Copying one dataset to the other worksheet.
Copying both datasets to a new worksheet.
Note that you would have to resolve the mapping problem in some way. i.e. Should X map to Y by row or (if the number of rows differs) should one dataset be interpolated to match the other? Even if your answer is the second case, you can use LabTalk to do a linear interpolation to expand the size of one dataset to match the size of another. See the copy -s command in the LabTalk Manual for special considerations.