|
From: Ethan M. <merritt@u.washington.edu> - 2005-06-07 17:24:01
|
On Tuesday 07 June 2005 08:01 am, Ga=EBl Varoquaux wrote: > On Mon, Jun 06, 2005 at 02:02:57PM +0200, Hartmut Ehmler wrote: > > For info, I copy here the first comment lines of my .eps file: > > %!PS-Adobe-2.0 EPSF-2.0 > > %%Title: eps_example_file.eps > > %%Creator: gnuplot 4.0 patchlevel 0 > > %%CreationDate: Mon Jun 06 14:01:44 2005 > > %%DocumentFonts: (atend) > > %%BoundingBox: 50 50 301 226 > > %%Orientation: Portrait > > %%EndComments >=20 > You can always use the quick and dirty solutions : delete the line of > your eps file starting with : > %%BoundingBox:=20 ??? I think you have that backwards. It is exactly the BoundingBox line that tells an application program which portion of the page is of interest. If you *remove* that line, then you will probably get an entire, mostly blank, page.=20 =2D-=20 Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |