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 for Programming
 LabTalk Forum
 Labtalk commands for adding data to box plot

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
Sprenger Posted - 07/07/2020 : 12:03:42 PM
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
2   L A T E S T    R E P L I E S    (Newest First)
cpyang Posted - 07/07/2020 : 3:37:16 PM
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
Chris D Posted - 07/07/2020 : 2:23:24 PM
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

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