From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Parker Subject: org-babel and gnuplot Date: Tue, 7 Sep 2010 20:29:00 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0068305342==" Return-path: Received: from [140.186.70.92] (port=43107 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ot9Ta-0001SM-3n for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 21:29:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ot9TY-0004XM-S4 for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 21:29:26 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:41371) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ot9TY-0004Wu-M8 for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 21:29:24 -0400 Received: by bwz6 with SMTP id 6so5891857bwz.0 for ; Tue, 07 Sep 2010 18:29:22 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============0068305342== Content-Type: multipart/alternative; boundary=0016e6d58dac7bf3d8048fb5719d --0016e6d58dac7bf3d8048fb5719d Content-Type: text/plain; charset=ISO-8859-1 Hello, I am attempting to generate a simple chart from gnuplot using the source of an org-table. When I execute the gnuplot src block I get the message "Source block produced no output". Does anyone have any suggestions as to what might be the cause? I have included a sample of what I am trying to run: #+tblname: sessions | Date | Time | Distance | |------------+-------+----------| | 09/02/2010 | 15:13 | 2.5 | | 09/01/2010 | 14:00 | 2.4 | #+begin_src gnuplot :var data=sessions :file org-running.png :exports both set title "Running Stats" set auto x set style data histogram set style fill solid border -1 set boxwidth .9 set xlabel "Date" set ylabel "Time" plot "$data" using 1:2:3 notitle #+end_src Nick Parker www.developernotes.com --0016e6d58dac7bf3d8048fb5719d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,

I am attempting to generate a simple chart from g= nuplot using the source of an org-table. =A0When I execute the gnuplot src = block I get the message "Source block produced no output". =A0Doe= s anyone have any suggestions as to what might be the cause? =A0I have incl= uded a sample of what I am trying to run:

#+tblname: sessions
| Date =A0 =A0 =A0 |= =A0Time | Distance |
|------------+-------+----------|
| 09/02/2010 | 15:13 | =A0 =A0 =A02.5 |
| 09/01/2010 | 14:00 | = =A0 =A0 =A02.4 |

#+begin_src gnuplot :var data=3Dsessions
=A0= =A0:file org-running.png :exports both
=A0=A0set title "Runn= ing Stats"
=A0=A0set auto x
=A0=A0set style data h= istogram
=A0=A0set style fill solid border -1
=A0=A0set boxwidth .9
<= div>=A0=A0set xlabel "Date"
=A0=A0set ylabel "Time= "
=A0=A0plot "$data" using 1:2:3 notitle
#+end_src

--0016e6d58dac7bf3d8048fb5719d-- --===============0068305342== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0068305342==--