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 for Programming
 LabTalk Forum
 export problem

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
thomaslilong Posted - 07/10/2007 : 07:13:58 AM
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
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 07/10/2007 : 08:38:59 AM
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

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