On Sat, May 12, 2012 at 12:58 AM, Eric Fraga <e.fr...@ucl.ac.uk> 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.