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
Zacharias
Posted - 08/29/2016 : 7:05:27 PM Origin Ver. and Service Release (Select Help-->About Origin): 2016, b9.3.226 Operating System: Windows 10
Hi, I need to repeatedly plot Grouped Box Charts using Indexed data from a worksheet.
For example, there are 100 columns, first column contains data groups (Grouped column)), other columns are variables (data columns). I need repeatedly to create 99 grouped box charts with data from columns 2 to 100 using grouping-key located in column 1. Can someone help with LabTalk script for this. Thanks George
3 L A T E S T R E P L I E S (Newest First)
Essien
Posted - 09/05/2016 : 06:42:40 AM Hi,
plot_gboxindexed does not have a variable to set template, so your script cannot be executed. You can try to override the default template "gBox" before plotting.
Thanks, Essien
Zacharias
Posted - 09/03/2016 : 6:15:53 PM Thanks for a helpful hint. Now I am able to generate plots using following script:
However, when I modfied the layout of the plot (mostly lines widths and colors only) and saved it as a template (gBoxAblace1c), I failed to use the template with the script above: