- Apr 03 Mon 2017 23:47
-
install GNUPLOT on mac os
- Sep 10 Tue 2013 03:25
-
[gnuplot]圖形設定
- Sep 10 Tue 2013 02:50
-
[gnuplot] 如何使用很多奇怪的符號
- Dec 14 Fri 2012 22:31
-
[gnuplot] rotate , xy range auto scale, figure size
- Nov 23 Fri 2012 10:55
-
GNUPLOT: 外框
- Apr 23 Mon 2012 22:10
-
gnuplot 直線&橫線
- Mar 16 Fri 2012 13:39
-
gnuplot plot latex code figure
#!/bin/sh
f1="dos_T0.dat"
f2="dos_n1T0w1.dat"
f3="dos_n1T0w3.dat"
tt="t.bar"
OutName="test"
cat >> $tt << eof
f1="dos_T0.dat"
f2="dos_n1T0w1.dat"
f3="dos_n1T0w3.dat"
tt="t.bar"
OutName="test"
cat >> $tt << eof
- Mar 15 Thu 2012 14:21
-
gnuplot label 希臘符號 & 上下標
- Aug 23 Tue 2011 11:56
-
安裝gnuplot @fedoro
- Dec 02 Thu 2010 17:18
-
gnuplot
- Jul 06 Tue 2010 15:56
-
GNUPLOT -- more
如果不知道help 該查什麼:
http://gtchen.pixnet.net/blog/post/5873441-gnuplot-(part-i)
usefull reference
http://t16web.lanl.gov/Kawano/gnuplot/plot2-e.html
http://gtchen.pixnet.net/blog/post/5873441-gnuplot-(part-i)
usefull reference
http://t16web.lanl.gov/Kawano/gnuplot/plot2-e.html
- Jul 06 Tue 2010 15:48
-
GNUPLOT introduction & example

introduction: 指令畫圖
1.plot 1D/2D figures
2.plot functions or read data-files to plot figures
1


