簡單說明一下安裝與操作:

1 Gnuplot package (1.7) 的安裝:

1 取得 "gnuplot-py-1.7.tar.gz":http://prdownloads.sourceforge.net/gnuplot-py/gnuplot-py-1.7.tar.gz?download 。

2 用 "winrar":http://www.rarlab.com/ 解開這個 tarball。

3 在解開來的目錄裡用 CLI (cmd.exe) 執行安裝 script::

python setup.py install

4 完成安裝。此時啟動 python,就可以匯入這個套件的功能::

from Gnuplot import Gnuplot

2 gnuplot 4.0 for windows 的安裝:

1 取得 "gp400win32.zip":http://prdownloads.sourceforge.net/gnuplot/gp400win32.zip?download 。

2 把該 .zip 內 gnuplot/bin 目錄內的檔案全部複製一份到 %SystemDrive%\bin (目錄自建),然後在 PATH 裡加一項 %SystemDrive%\bin。

3 完成安裝。此時就會可以使用 gnuplot 的操作視窗 (在 CLI 內下指令啟動)::

wgnuplot

3 測試 Gnuplot pacakge:

1 進入 python,匯入 Gnuplot

2 開啟一個 gnuplot 物件 (會出現一個與其關連的 gnuplot 控制視窗)::

g = Gnuplot()

3 執行繪圖動作 (會開啟一個繪圖視窗,包含了三個同在一條橫線上的點)::

g.plot([(0,2),(1,2),(2,2)])
Posted by yungyuc at 17:31, 0 comment, 0 trackback.
Navigate
Add a trackback
Add a comment

Your name. (required)

Your personal website. (optional)

Your email address. Will not show in page. (suggested, but optional)

Text format is "Plain Text".

Enter "MRvcj"
© hover year to navigate month: powered by django