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
 Origin Forum
 why the axis label move up when I merge the graphs

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
ytyyutianyun Posted - 02/21/2012 : 9:52:56 PM
Origin Ver.8.5 and Service Release sp2(Select Help-->About Origin):
Operating System:windows 7

Like the picture
5   L A T E S T    R E P L I E S    (Newest First)
ytyyutianyun Posted - 02/23/2012 : 10:50:30 PM
Thanks
Hideo Fujii Posted - 02/23/2012 : 1:57:28 PM
Hi ytyyutianyun,

Please try the following script:

doc -e L {
  xb.y= layer.y.from-0.15*(layer.y.to-layer.y.from);
}

--Hideo Fujii
OriginLab
ytyyutianyun Posted - 02/22/2012 : 9:44:28 PM
Can you give me the provisionality measure that solves the problem.

For example, move all the graphs axis label down in the merge graphs in one time.

Thanks
ytyyutianyun Posted - 02/22/2012 : 9:00:07 PM
Thanks.
I have uploaded
my file's name is "3d089.opj" and "Line.otp"

And give you my program and may be you will get the answer.Thanks

[Main]

document -e W {
	worksheet -s 3 0 3 0;  // select the thhird column
	worksheet -p 200 Line.otp;  // plot the third column
	layer.x.from = 0;
	layer.x.to = 800;
	layer.x.inc = 100;
}



Hideo Fujii Posted - 02/22/2012 : 11:29:45 AM
Hi ytyyutianyun,

It seems that the positions of the axis labels are affected by being merged with other graphs during the layer arrangement. (Also, it may be related to the label's "Attached To" properties to LayerFrame/Page/Layer&Scales.) I will ask our developers to look at the issue. So, could you please send your Origin files (before and after merging) to us? (http://www.originlab.com/index.aspx?go=Support&pid=752)

Thank you.

--Hideo Fujii
OriginLab

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