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
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: