|
From: Thomas S. <t.s...@fz...> - 2009-04-03 11:59:33
|
adjusting the bounding box seems to be the easiest solution for your problem. first, you have to determine the minimum bounding box size: gs -sDEVICE=bbox -dNOPAUSE -q -dBATCH your_file.eps and then you edit the output of the above command into your eps-file. atoms.h wrote: > > I searched for this some time but non of the usual stuff (e.g. margin, > size etc.) seems to work. > > The problem is for eps images that in some 3D projections (also in 2D > plots), there appears to be a rather large 'frame' around the actual plot. > Including such a plot in a latex document with looks rather nasty, since > the latex title of the plot can be quite far from the labels. > > So is there a way to either shrink down the picture size while maintaining > the plot size or otherwise blowing up the plot size while maintaining the > picture size. > Either way I'm looking for a way to shrink the bounding box... > > thanks, > thomas > -- View this message in context: http://www.nabble.com/plot-size-vs.-picture-size-tp22864544p22867024.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Thomas S. <t.s...@fz...> - 2009-04-06 13:52:17
|
which terminal are you using? 'postscript' or 'pslatex'? atoms.h wrote: > > ... > I tried that, but it doesn't seem to work since the min. bounding box > measure doesn't include the labels, tic values and the title/file name > etc. So it cuts right around the plot... > ... > -- View this message in context: http://www.nabble.com/plot-size-vs.-picture-size-tp22864544p22909160.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Thomas S. <t.s...@fz...> - 2009-04-06 19:17:19
|
gs -sDEVICE=bbox -dNOPAUSE -q -dBATCH your_file.eps calculates the bounding box including everything which is not white, that means the labels etc. should be inside the bounding box. if you use 'ghostview', 'gv', 'display' or whatever to display your eps file, are the labels shown after adjusting the bounding box? how do you insert the eps file into your latex document? maybe you could post a minimal example, i.e. a small plot script, the resulting eps file, and some latex code that will show your problem. atoms.h wrote: > > Well, 'postscript'... > > > > Thomas Sefzick wrote: >> >> which terminal are you using? >> 'postscript' or 'pslatex'? >> >> >> atoms.h wrote: >>> >>> ... >>> I tried that, but it doesn't seem to work since the min. bounding box >>> measure doesn't include the labels, tic values and the title/file name >>> etc. So it cuts right around the plot... >>> ... >>> >> >> > > -- View this message in context: http://www.nabble.com/plot-size-vs.-picture-size-tp22864544p22915352.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Thomas S. <t.s...@fz...> - 2009-04-08 10:53:44
|
everyting looks ok here: dphi3d.eps and dphi3d_bb.eps show tics labels and axis labels, the bounding box of dphi3d_bb.eps includes all labels (viewed with 'gv'). after running latex the labels are still there in both figures, see http://www.nabble.com/file/p22947878/epstest.pdf epstest.pdf in which way does this file differ from yours? atoms.h wrote: > > Hi Thomas, > > and thanks for your strong effort! > > To your first question: The calculated bounding box did not include any > labels whatsoever. The only thing visible was the plot itself and the > colorbox. > > As for the example: we did a short latex file containing the unprocessed > eps image and a postprocessed image with eps2eps. > http://www.nabble.com/file/p22945452/epstest.tar.gz epstest.tar.gz > > For the plot itself we use: > $ set terminal postscript eps enhanced color > $ set view map > $ ... > $ splot "data.file" u 1:2:(0):3 w image > > Thanks, > Thomas > -- View this message in context: http://www.nabble.com/plot-size-vs.-picture-size-tp22864544p22947878.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Tatsuro M. <tma...@ya...> - 2009-04-10 04:11:49
|
Hello losing lines when importing gnuplot-generated svg's (inkscape 0.46) Please see https://bugs.launchpad.net/inkscape/+bug/196291 aisomur wrote on 2008-08-01: (permalink) downloadable fix archive http://launchpadlibrarian.net/16472721/svgfix.zip This bug will be fixed in the next release of inkscape. Regards Tatsuro -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ |