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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 How to define the graph name by using "merge_graph
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

ytyyutianyun

48 Posts

Posted - 02/24/2012 :  11:16:19 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

Penn

China
644 Posts

Posted - 02/28/2012 :  01:23:21 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

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

Penn
Go to Top of Page

ytyyutianyun

48 Posts

Posted - 02/29/2012 :  02:38:25 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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


Go to Top of Page

Penn

China
644 Posts

Posted - 02/29/2012 :  03:52:17 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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

Edited by - Penn on 02/29/2012 03:57:08 AM
Go to Top of Page

ytyyutianyun

48 Posts

Posted - 02/29/2012 :  04:04:58 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks , I know
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000