From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: gnuplot not working with babel Date: Sun, 1 Jun 2014 21:48:37 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b15a693990e9504fad16e6c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrIIi-0000xm-PU for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 22:48:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrIIh-0000iy-HH for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 22:48:40 -0400 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:62333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrIIh-0000iu-9v for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 22:48:39 -0400 Received: by mail-pa0-f45.google.com with SMTP id ey11so3690419pad.18 for ; Sun, 01 Jun 2014 19:48:37 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --047d7b15a693990e9504fad16e6c Content-Type: text/plain; charset=UTF-8 I'm just starting out with babel and can't get the example code to run ( http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.html#sec-4) : #+begin_src gnuplot :exports code :file file.png reset set title "Putting it All Together" set xlabel "X" set xrange [-8:8] set xtics -8,2,8 set ylabel "Y" set yrange [-20:70] set ytics -20,10,70 f(x) = x**2 g(x) = x**3 h(x) = 10*sqrt(abs(x)) plot f(x) w lp lw 1, g(x) w p lw 2, h(x) w l lw 3 #+end_src This produces org-babel-execute:gnuplot: Cannot open load file: no such file or directory, gnuplot Also, I tried a straight org-plot/gnuplot call while the cursor was in a table with similar results: org-plot/gnuplot: Cannot open load file: no such file or directory, gnuplot I have gnuplot installed and the above code produces the expected output graphic when run from the command line. I'm on U14.10, Emacs24.3.50.1, and Org 8.2.3a. Also, I'm tired of typing the #+begin_src ... #+end_src block every time. Is there a quicker key binding for this? LB --047d7b15a693990e9504fad16e6c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm just starting out with babel and can't get the= example code to run (http://orgmode.org/worg/org-contrib/ba= bel/languages/ob-doc-gnuplot.html#sec-4) :

#+begin_src gnuplot :exports code :file file.png
<= div>reset

set title "Putting it All Together&= quot;

set xlabel "X"
set xrang= e [-8:8]
set xtics -8,2,8

set ylabel "Y"
set yrange [-20:70]
set ytics -20,10,70

f(x) =3D x**2
g(x) =3D x**3
h(x) =3D 10*sqrt(abs= (x))

plot f(x) w lp lw 1, g(x) w p lw 2, h(x) w l lw 3
=
#+end_src

This produces

<= /div>
=C2=A0 =C2=A0org-babel-execute:gnuplot: Cannot open load file: no= such file or directory, gnuplot

Also, I tried a straight=C2=A0org-plot/gnuplot ca= ll while the cursor was in a table with similar results:

=C2=A0 =C2=A0org-plot/gnuplot: Cannot open load file: no such file o= r directory, gnuplot

I have gnuplot installed and the above code produ= ces the expected output graphic when run from the command line. I'm on = U14.10, Emacs24.3.50.1, and Org 8.2.3a.

Also, I= 9;m tired of typing the #+begin_src ... #+end_src block every time. Is ther= e a quicker key binding for this?

LB
--047d7b15a693990e9504fad16e6c--