おもな使用法


まとめ


set format x "%.0f"
set size ratio 0.5
plot "hoge.txt" using 1:3 every :::3::10 title "meso" with lines
set terminal postscript color
set output "meso.ps"
replot