close
useful info: Greek Letters
====
example:
#!/bin/sh
cat >>tt.bar<<eof
set output "test.eps"
set terminal postscript eps color enhanced "Helvetica" 20
set title "{/Symbol d}=0.01,T_{ph}=300K"
set ylabel "{/Symbol G}_0 N(E)"
set xlabel "E/{/Symbol G}_0"
plot "test.dat" u 1:2 t "{/Symbol g}=0"
eof
gnuplot tt.bar
#獲得png檔
convert -density 150 test.eps test.png
全站熱搜
留言列表