Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 827 Bytes

library-of-babel.org

File metadata and controls

32 lines (24 loc) · 827 Bytes

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.

00
plot(data)
12
24
39
416
525