1.2 KiB
1.2 KiB
The Library of Babel
<div id="subtitle"> <p> off-the-shelf functions for data analysis and plotting using <a href="org-babel-worg.html">org-babel</a><br/> <a href="http://downlode.org/Etext/library_of_babel.html">Full text of the Borges short story</a> </p> </div> <div id="logo"> <p> <img src="images/library-of-babel.png" alt="images/tower-of-babel.png" > <div id="attr">from <a href="http://asymptotia.com/category/books">asymptotia</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