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
 Origin Forum
 Table in Graph template

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
zknauss Posted - 08/26/2022 : 10:21:04 AM
Is there a way to insert a table in a graph template so that when the template is called by scrpit it will be present. Currently, I'm just getting a blank table window as seen in the attached file. I've also attached what it's suppost to look like. Thanks!


ZTK
2   L A T E S T    R E P L I E S    (Newest First)
minimax Posted - 08/30/2022 : 01:50:27 AM
Hi zknauss,

Origin does not support saving table (workbook window) in graph template yet.

Would you mind to check if it OK to first create a standalone workbook window, and then insert it onto the graph? like

// book2 is the window name of the table
// activate the created graph window
insert_wks_to_layer name:=book2 ogname:=hello table:=1;

gobject tb1=%(hello$);
//resize the table on graph, pixel unit
tb1.width=3000;
tb1.height=2000; 

//(x1,y1) refers to the top left coordinates of the table, scale unit
tb1.x1=2; 
tb1.y1=2;
YimingChen Posted - 08/26/2022 : 11:05:37 AM
This seems like a bug. If plotting from GUI, then no such issue. I will report the issue. Thanks.

James

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