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
 Origin Forum
 Table in Graph template
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

zknauss

USA
72 Posts

Posted - 08/26/2022 :  10:21:04 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

YimingChen

1653 Posts

Posted - 08/26/2022 :  11:05:37 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
This seems like a bug. If plotting from GUI, then no such issue. I will report the issue. Thanks.

James
Go to Top of Page

minimax

355 Posts

Posted - 08/30/2022 :  01:50:27 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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;
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