[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: |
Mon, 06 May 2013 20:57:12 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Eric Schulte writes:
> If you really wanted to be fancy, gnuplot will let you specify shell
> transformations as part of the plotting command which would allow you to
> forego the intermediate code block.
As a side-note, if we'd drop the convention that the first separator
defines the heading of the table and introduced a proper heading
separator, then the following would be a table that Babel languages
could interpret more easily:
| a | b | c |
|~~~+~~~+~~~~|
| 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 |
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
- [O] using gnuplot's "splot" and "every" commands on org-mode table data, Paul Stansell, 2013/05/01
- Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data, Eric Schulte, 2013/05/06
- Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data,
Achim Gratz <=
- Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data, Eric S Fraga, 2013/05/09
- Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data, Achim Gratz, 2013/05/09
- Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data, Eric S Fraga, 2013/05/09
- Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data, Achim Gratz, 2013/05/11
- Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data, Rick Frankel, 2013/05/11
- Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data, Eric S Fraga, 2013/05/21
Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data, Paul Stansell, 2013/05/07