linux下安裝Gnuplot__linux

來源:互聯網
上載者:User

Gnuplot是一個命令列的互動式繪圖工具(command-driven interactive function plotting program)。使用者通過輸入命令,可以逐步設定或修改繪圖環境,並以圖形描述資料或函數,使我們可以藉由圖形做更進一步的分析。

Gnuplot是由Colin Kelly和Thomas Williams於1986年開始開發的科學繪圖工具,支援二維和三維圖形。它的功能是把資料資料和數學函數轉換為容易觀察的平面或立體的圖形,它有兩種工作方式,互動式方式和批處理方式,它可以讓使用者很容易地讀入外部的資料結果,在螢幕上顯示圖形,並且可以選擇和修改圖形的畫法,明顯地表現出資料的特性。

時序圖的繪製—使用Gnuplot http://www.linuxidc.com/Linux/2014-08/104930.htm

Tpcc-MySQL測試並使用Gnuplot組建圖表 http://www.linuxidc.com/Linux/2014-03/98566.htm

RH442攻略之Gnuplot  http://www.linuxidc.com/Linux/2014-03/98405.htm

Ubuntu下應用Gnuplot進行資料的可視化 http://www.linuxidc.com/Linux/2011-12/50358.htm

利用oprofile分析fortran並用Gnuplot畫圖的shell指令碼 http://www.linuxidc.com/Linux/2011-04/34497.htm

一、下載gnuplot4.6.0

官網:http://www.gnuplot.info/

二、解壓檔案

將檔案解壓到/home/song/下

三、配置安裝路徑

cd gnuplot-4.6.0
./configure --prefix=/home/song/gnuplot

四、編譯安裝

make
make install

五、配置環境變數

sudo gedit /etc/profile

將如下環境變數加入:

export GNUPLOT=/home/song/gnuplot
export PATH=/home/song/gnuplot/bin:$PATH
export MANPATH=/home/song/gnuplot/share/man/man1:$MANPATH

啟用環境變數:

source /etc/profile

六、運行

gnuplot


更多Ubuntu相關資訊見Ubuntu 專題頁面 http://www.linuxidc.com/topicnews.aspx?tid=2

本文永久更新連結地址:http://www.linuxidc.com/Linux/2014-09/106297.htm

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.