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
 Forum for Origin C
 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
m.zaman` Posted - 01/12/2016 : 08:25:08 AM
Origin 2016.
Hello
Is there any option for merging two graphs via originC. H have created two graphs, separately and now, i want to merge them (like the action on the graph menu in the GUI), but i can not find a relevant command for this action. Could you please help me to solve it?
Thank you.

zamzam
3   L A T E S T    R E P L I E S    (Newest First)
SeanMao Posted - 01/15/2016 : 04:51:24 AM
Hi,

To directly use it in C, you can you the following command:


LT_execute("merge_graph option:=open row:=2 col:=1 width:=11.41 height:=7.973 unit:=inch;"); //Run X function from OC 


Regards!

Sean
m.zaman2 Posted - 01/14/2016 : 2:44:05 PM
Hi
I want to use this command in code builder section (with C or C++), is there any equivalent command?
Thank you
SeanMao Posted - 01/13/2016 : 10:42:21 PM
Hi,

If you just need to merge graphs by script, you can use the X function merge_graph.

Simply copy and paste the following script into Script Window or Command Window and hit Enter to run:

merge_graph option:=open row:=2 col:=1 width:=11.41 height:=7.973 unit:=inch;

For more details about merge_graph X function, please see page below:

http://www.originlab.com/doc/X-Function/ref/merge_graph

Regards!

Sean

OriginLab Tech.

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