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