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 for Programming
 LabTalk Forum
 Labtalk commands for adding data to box plot
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Sprenger

Germany
15 Posts

Posted - 07/07/2020 :  12:03:42 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin): 9.7.0.118
Operating System:Windows 10

Is (or what is) a labtalk command line to change a box plot with Box-only display to a Box-Plot with Box + Data overlay?
In addition, is there a labtalk command to add median value next to the median line?

Many thanks, this would help to increase our workflow speed.

All the best
Frank Sprenger

Chris D

428 Posts

Posted - 07/07/2020 :  2:23:24 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I'm sorry but it is not possible to do either directly in LabTalk.

However, you may be able to create a graph template from a finished graph and plot into the template similar to:


plotxy iy:=(1,2) plot:=206 ogl:=[<new template:=MyTemplate>];


Thanks,
Chris Drozdowski
Originlab Technical Support
Go to Top of Page

cpyang

USA
1406 Posts

Posted - 07/07/2020 :  3:37:16 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I added ORG-22214 to address this, hopefully in 2021.
Currently, you can control these two:

layer.plot1.boxchart.type=4;
layer.plot1.boxchart.width=70;

See

https://www.originlab.com/doc/LabTalk/ref/Layer-Plotn-BoxChart-obj


Can you give me a list of most important properties that you would like to control? besides showing Median label.


CP
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