On Tuesday, 21 Jul 2015 at 20:09, Michael Welle wrote:
> Hello,
>
> I have several sections in my org files that plot data with gnuplot. The
> structure usually looks like that:

[...]

> The problem is that the gnuplot scripts are evaluated in the same
> gnuplot instance.

The solution is to reset all the settings:

#+begin_src gnuplot :var data=foo :file img/foo.png
reset
set terminal png
set xlabel foo
...
plot data using 1:2 with boxes title ''
#+end_src

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1293-g985420

Reply via email to