emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table d


From: Achim Gratz
Subject: Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data
Date: Sat, 11 May 2013 12:51:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Eric Schulte writes:
> While I can't claim to fully follow your gnuplot examples, i would
> recommend using an intervening shell code block to parse the Org-mode
> table data into something that gnuplot will ingest.

Implementing something just for gnuplot seems to miss the mark.  I can
see utility for "records" in more Babel languages than just gnuplot.
This could be implemented using the already existing facilities by
starting a new record for each row group.

#+name: data
| 1 | 1 |  2 |
| 1 | 2 |  5 |
| 1 | 3 | 10 |
|---+---+----|
| 2 | 1 |  5 |
| 2 | 2 |  8 |
| 2 | 3 | 13 |
|---+---+----|
| 3 | 1 | 10 |
| 3 | 2 | 13 |
| 3 | 3 | 18 |

For gnuplot the record separator happens to be a blank line, for other
languages we'd have different conventions (like adding a third dimension
to the variable that the table is transported in).


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves




reply via email to

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