1
我有一個包含兩列數據的文件。當繪製,它看起來像Y軸上的gnuplot值
綠線顯示的意思。 我想在Y軸上顯示平均值。可能嗎? 代碼:
set style data lines
set termoption enhanced
set term png
set title "17th oct"
stats 'data/17-10-2013' using 1:2 nooutput
set xdata time
set timefmt "%s"
set format x "%H"
set output "images/17_DB.png"
plot "data/17-10-2013" using 1:3 title " Data" , STATS_mean_y title " Mean"
非常感謝:) –
是否可以在軸上顯示圖例,如y軸上的時間(s)? –
使用例如'設置xlabel'時間(s)'' – Christoph