by Tim <timtro@[EMAIL PROTECTED]
>
Jun 4, 2008 at 12:17 PM
On Jun 4, 8:57 am, Anton81 <usen...@[EMAIL PROTECTED]
> wrote:
> Hi,
>
> I want to ex****t my plots to eps files with
>
> set output "file.eps"
> set term post color
> plot ...
> set output
>
> How can I control the aspect ratio (and size) of the result in the eps
file?
> Which (vector?) program do I use to compile my plots? Can I scale the
plot
> axis after creating the plot?
>
> Anton
Dear Anton,
You may try looking here:
http://t16web.lanl.gov/Kawano/gnuplot/plot1-e.html
I think that should answer you question about setting the aspect
ratio. As far as modifying the plots as a post measure, a vector
graphics software such as Adobe Illustrator or Xara (costs money) or
Inkscape (free) should do the trick. I use both Illustrator and
Inkscape myself, but I strongly recommend Inkscape as it is both very
powerful yet costs nothing. Be sure to give the kind folks at Inkscape
some credit in your publications though ;)
http://www.inkscape.org/
Cheers,
Tim.