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
 Origin Forum
 why the axis label move up when I merge the graphs
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

ytyyutianyun

48 Posts

Posted - 02/21/2012 :  9:52:56 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver.8.5 and Service Release sp2(Select Help-->About Origin):
Operating System:windows 7

Like the picture

Hideo Fujii

USA
1582 Posts

Posted - 02/22/2012 :  11:29:45 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

ytyyutianyun

48 Posts

Posted - 02/22/2012 :  9:00:07 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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;
}



Go to Top of Page

ytyyutianyun

48 Posts

Posted - 02/22/2012 :  9:44:28 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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

Edited by - ytyyutianyun on 02/22/2012 9:44:54 PM
Go to Top of Page

Hideo Fujii

USA
1582 Posts

Posted - 02/23/2012 :  1:57:28 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

ytyyutianyun

48 Posts

Posted - 02/23/2012 :  10:50:30 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks
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