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
Axis title disappears after merging graphs
Note:
Only the poster of this message, and the Moderator can edit the message.
Screensize:
640 x 480
800 x 600
1024 x 768
1280 x 1024
UserName:
Password:
Anti-Spam Code:
Format Mode:
Basic
Help
Prompt
Format:
Font
Andale Mono
Arial
Arial Black
Book Antiqua
Century Gothic
Comic Sans MS
Courier New
Georgia
Impact
Lucida Console
Script MT Bold
Stencil
Tahoma
Times New Roman
Trebuchet MS
Verdana
Size
1
2
3
4
5
6
Color
Black
Red
Yellow
Pink
Green
Orange
Purple
Blue
Beige
Brown
Teal
Navy
Maroon
LimeGreen
Forum:
LabTalk Forum
Subject:
Message:
* HTML is OFF
*
Forum Code
is ON
Smilies
OriginPro 2018 (64-bit) SR1 - b9.5.1.195 Operating system: Windows 11 Hello everyone, I'm trying to automatize some Boxplot plotting and merging. Everything goes fine until the merging happens. When the four plots are merged into four different layers in the merged window, the title of the Y axis for some layers (usually the first) does not show up. It then inexplicably shows up after some update on the plot details but on a different position than the default (x,y) = (0,0) which is right on the left of the respective Y axis. In particular it shows up at (x,y) = (0,127). "127" makes me think to some weird programming fault since it's equal to 2^7-1. The following is the code I'm using: string dataSheet$ = %H; wks.col1.categorical.type=2; wks.col1.categorical.sort=1; plot_gboxindexed irng:=col(F) group:=col(A) rd:=[<input>]<new name:="Voc"> theme:="MyBoxPlot3" -r 1; page.longname$="Voc"; win -a %(dataSheet$); page.active=1; plot_gboxindexed irng:=col(G) group:=col(A) rd:=[<input>]<new name:="Jsc"> theme:="MyBoxPlot3" -r 1; page.longname$="Jsc"; win -a %(dataSheet$); page.active=1; plot_gboxindexed irng:=col(H) group:=col(A) rd:=[<input>]<new name:="FF"> theme:="MyBoxPlot3" -r 1; page.longname$="FF"; win -a %(dataSheet$); page.active=1; plot_gboxindexed irng:=col(I) group:=col(A) rd:=[<input>]<new name:="PCE"> theme:="MyBoxPlot3" -r 1; page.longname$="PCE"; merge_graph option:=open row:=2 col:=2 aspectratio:=1 xgap:=7 ygap:=7 leftmg:=7 rightmg:=7 topmg:=7 bottommg:=7 width:=11.41 height:=7.973 unit:=inch; page.longname$="Merged"; This happens not only when the theme is set to be the custom "MyBoxPlo3" but also with the system one "Boxplot Data in Line" or something similar. Moreover this doesn't seem to happen when i perform the merging operation using the Graph toolbar instead of LabTalk
Check here to subscribe to this topic.
The Origin Forum
© 2020 Originlab Corporation
Snitz Forums 2000