本文共 526 字,大约阅读时间需要 1 分钟。
# yum install liberation-sans-fonts
images=testgnuplot << EOFset terminal png truecolor size 800,480set output "$images.png"set autoscaleset xdata timeset timefmt "%H:%M"set format x "%H:%M"set style data linesset xlabel "2013-5-2 12:09 GMT+800"set ylabel "Ounce/USD"set title "http://www.example.com"set gridplot "$images.log" using 1:2 title "GOLD"quitEOF
原文出处:Netkiller 系列 手札
本文作者:陈景峯 转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。