emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Plotting with gnuplot


From: Eric S Fraga
Subject: Re: [O] Plotting with gnuplot
Date: Wed, 22 Jul 2015 11:17:12 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]