2013年6月6日 星期四

org mode中以gnuplot為表格製圖

先看個範例

安裝步驟參 http://orgmode.org/worg/org-tutorials/org-plot.html

1. 安裝gnuplot。不過在ubuntu安裝gnuplot要下

sudo apt-get install gnuplot-x11
(參 http://askubuntu.com/questions/217867/just-installed-ubuntu-12-10-and-gnuplot-wxt-terminal-doesnt-work)

安裝完記得確認是否正確安裝,參考 http://user.frdm.info/ckhung/b/ma/gnuplot.php 測試一下

2. emacs中用elpa裝 gnuplot-mode 。參 https://github.com/bruceravel/gnuplot-mode

3. 可以處理的表格目前只能以列來表示一組資料,轉置指令為 org-table-transpose-table-at-point

4. 有missing data時記得用 ? 填入,否則畫出來的圖會有問題

沒有留言:

張貼留言