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 define the graph name by using "merge_graph

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
ytyyutianyun Posted - 02/24/2012 : 11:16:19 PM
Origin 8.5 and Service Release sr2(Select Help-->About Origin):
Operating System:windows 7

when I merge the graph it's name is graph 11.But what I want is graph1B
How to do it?Thanks
4   L A T E S T    R E P L I E S    (Newest First)
ytyyutianyun Posted - 02/29/2012 : 04:04:58 AM
Thanks , I know
Penn Posted - 02/29/2012 : 03:52:17 AM
Hi,

It cannot specify the name for the result graph. However, you can change the name after merging the graphs, by using window -r command, such as:

window -r %H graph1B;  // rename the current window to graph1B


Penn
ytyyutianyun Posted - 02/29/2012 : 02:38:25 AM
OK,
I'm using the code
merge_graph option:=specified row:=1 col:=2 width:=19 keep:=0 graphs:="graph1"+char(10)$+"graph9";


And I get the merge graph
the name is graph17 .But the real name I want is graph1B.
How to do it. Thanks


Penn Posted - 02/28/2012 : 01:23:21 AM
Hi,

I am not sure how you want to merge the graphs, please provide more details.

Penn

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