org-mode/library-of-babel.org
2009-06-13 22:48:44 -04:00

900 B

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

Full text of the Borges short story

(setq lob (org-babel-lob-parse-buffer)) (setq x (gethash 'plot lob)) (hash-table-count lob) (maphash (lambda (key val) (insert key)) lob)

Plotting code

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

plot(data)
plot(__data__)
plot(__data__)
org_babel_R_eoe
org_babel_R_eoe
79
79
78
77