在linux下gnuplot但是個很好的軟件,我如今windows下運行gnuplot,方法以下: linux
在windows下,我下載了一個一個安裝包,在官網能夠下的哦~,直接點擊運行binary文件夾中的wgnuplot.exe便可,那麼怎麼在終端下直接輸入gnuplot運行此軟件呢?哈哈,簡單得很,就是在咱們的系統變量Path的值後面添加「;D:gnuplot\binary」便可,固然路徑要根據本身解壓的路徑相一致的,這樣就會看到以下結果: windows
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp. 教程
C:\Documents and Settings\Administrator>gnuplot get
G N U P L O T
Version 4.4 patchlevel 4
last modified November 2011
System: MS-Windows 32 bit it
Copyright (C) 1986-1993, 1998, 2004, 2007-2011
Thomas Williams, Colin Kelley and many others io
gnuplot home: http://www.gnuplot.info
faq, bugs, etc: type "help seeking-assistance"
immediate help: type "help"
plot window: hit 'h' ast
Terminal type set to 'wxt'
gnuplot> 變量
開始gnuplot之旅吧!~ 軟件
最後在給個連接,很好的gnuplot的教程,IBM Developer的, 終端
http://www.ibm.com/developerworks/cn/linux/l-gnuplot/