|
From: Jon <dev...@gm...> - 2010-10-05 18:01:02
|
Thanks, Dieter, your gnuplotps2pdf works like magic!! I wonder whether I can use it for my future eps/ps to pdf transformation. BTW, is it possible to outline the idea contained how to get the right bounding box for the ps graph? Jon On Sun, Oct 3, 2010 at 11:11 PM, Dr. Ing. Dieter Jurzitza < die...@t-...> wrote: > Hi Jon, > put the script attached into /usr/local/bin and make it executable (chown > root.root gnuplotps2pdf, chmod 0755 gnuplotps2pdf) > > Rename your *.eps - file into an *.ps file (just rename, nothing else > ....), > I. e. mv myfile.eps myfile.ps and call > > gnuplotps2pdf myfile.ps > > Look what comes out via xpdf myfile.pdf > > If you like it, well, this is the optimum for latex input. My suggestion > would > be to switch from the eps-terminal to the postscript terminal. > > The resulting pdf files have the minimum bounding box, so a centered > integration into latex is possible. > > Take a look into the document I attached, this ought to be self explanatory > in > many directions. > Take care > > > Dieter > > > Am Montag, 4. Oktober 2010, 01:43:36 schrieb Jon: > > It returns the following > > > > %%BoundingBox: 67 63 391 299 > > %%HiResBoundingBox: 67.463998 63.971998 390.905988 298.374952 > ******** > > -- > ----------------------------------------------------------- > > | > \ > /\_/\ | > | ~x~ |/-----\ / > \ /- \_/ > ^^__ _ / _ ____ / > <°°__ \- \_/ | |/ | | > || || _| _| _| _| > > if you really want to see the pictures above - use some font > with constant spacing like courier! :-) > ----------------------------------------------------------- > > > ------------------------------------------------------------------------------ > Virtualization is moving to the mainstream and overtaking non-virtualized > environment for deploying applications. Does it make network security > easier or more difficult to achieve? Read this whitepaper to separate the > two and get a better understanding. > http://p.sf.net/sfu/hp-phase2-d2d > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > |