emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-babel and gnuplot


From: Erik Iverson
Subject: Re: [Orgmode] org-babel and gnuplot
Date: Tue, 07 Sep 2010 22:27:12 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6

On 09/07/2010 10:12 PM, Nick Parker wrote:
Hi John,

I would actually like to plot different lines per distance, each
that correlate to a date and elapsed-time (x and y axis respectively).
  I get an error with the :file notation, though I read that in a sample
babel gnuplot example for generating graphs of commit history on the
org-mode git repository.  I tried to reference the variable data without
the quotes and $ sign without any success.  I will continue to fiddle
with it, I am new to gnuplot.

AFAIK, you can't break source code header argument lines across
multiple lines.  Is that how you actually have it in your
org file?


        #+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 <http://www.developernotes.com>

        _______________________________________________
        Emacs-orgmode mailing list
        Please use `Reply All' to send replies to the list.
        address@hidden <mailto:address@hidden>
        http://lists.gnu.org/mailman/listinfo/emacs-orgmode





_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

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