On Sat, May 12, 2012 at 12:58 AM, Eric Fraga wrote:
> #+begin_src gnuplot :file xxx.pdf
> reset
> clear
> set output 'xxx.eps'
> set terminal postscript eps enhanced 18
> ...
> plot ...
> ! epstopdf xxx.eps
> #+end_src
That is a better solution that what I was struggling with. Thanks.
skip writes:
> How can I perform post processing on eps files produced by gnuplot
> source blocks? I want to take out the extra white space margins in the
> eps file by running eps2eps utility on the eps file produced by
> gnuplot.
The easiest solution (although maybe not the most elegant) is to
skip writes:
> How can I perform post processing on eps files produced by gnuplot
> source blocks? I want to take out the extra white space margins in the
> eps file by running eps2eps utility on the eps file produced by
> gnuplot.
>
I believe that if given a :file header argument the gnuplot bl