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
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...
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.