The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 how to merge

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
zhaoorigin Posted - 06/02/2002 : 8:43:48 PM
hello,I have two questions.Who can help me? Thank you!

1. How to plot several graphs at one time ?e.g.get graph1, graph2...
(I have many columns in one worksheet.Each group has three columns
and the first column is X and the other two column is Y1 and Y2. I
plot X-Y1 as graph1 and X-Y2 graph2,then the group 2,3...I want to
get all group graphi at one time.)
2. How can I use labtalk to realize merge function ?
(I can realize this function by merge button ,but I want to get some knowledge
about labtalk. I need labtalk give me all prompt dialog boxes just
like "merge button" do.Now I can only use -ma command to get the first
prompt dialog box.)


1   L A T E S T    R E P L I E S    (Newest First)
cpyang Posted - 06/02/2002 : 10:17:22 PM
If you setup your worksheet with proper XY relationship and also create a graph page from scratch and add the needed layers. Then you drag and drop the Y columns into each layer and there should be no need for merging. You can try the Tool:Layer dialog to arrange your graph.

Once you have made the worksheet and graph once, you can save both the worksheet and the graph as templates. From now on, you can just use the LabTalk
win -T
to bring in the graph template and the
layer -i
command to plot the appropriate columns into the correct layer and automatate the whole process.

A even simpler approach would be to save that project, which you have manually made such a graph. Every time you have new data, just open this project (OPJ file) and import the data into the worksheet and your graph is automatically updated.

CP



The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000