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 for Programming
 LabTalk Forum
 export problem
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

thomaslilong

Germany
Posts

Posted - 07/10/2007 :  07:13:58 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Version (Select Help-->About Origin): 6.1
Operating System:win 2000
I use
layer1.y.from=1e10;
layer1.y.to=1e20;
to limit the y axis range.
And want to use
export.image(test.tif,tif);
export.image(test.eps,eps);
export.image(test.pdf,pdf);
to export the tif, eps and pdf file of my data plot. My y data are from 1e2 to 1e18. Now the tif file is correct the curve is cropped by the axis. But in the exported pdf and eps file the curve is extend downward to the bottom rand of page can not be cropped by the y axis at 1e10. With menu operation file->page exporting , the same error happens for pdf but eps seems ok.
Whould you please tell me how to solve the probelem (prefer with labtalk script operation)?
Regards
Li

Mike Buess

USA
3037 Posts

Posted - 07/10/2007 :  08:38:59 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Li,

The programming guide recommends using image.export rather than export.image and the script is shown in the last post here...

http://www.originlab.com/forum/topic.asp?TOPIC_ID=2802

That script still produces an uncropped PDF in Origin 6.1 but it works fine in Origin 7.5 (which you said you had yesterday). The difference lies in the export filter used to produce PDF files so it can only be fixed by exporting from 0rigin 7.0 or later.

Mike Buess
Origin WebRing Member
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