Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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 PMThanks
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)