0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-23 10:10:44 +00:00
org-mode/library-of-babel.org

1,018 B

The Library of Babel — off-the-shelf functions for data analysis and plotting using org-babel

<div id="logo"> <p> <img src="images/library-of-babel.png" alt="images/tower-of-babel.png" /> <div id="attr"><a href="http://downlode.org/Etext/library_of_babel.html">Full text of the Borges short story</a></div> </p> </div>

Plotting code

Plot column 2 (y axis) against column 1 (x axis). Columns 3 and beyond, if present, are ignored.

plot(data)
1 2
2 4
3 9
4 16
5 25
nil

Etc

a
a + b