私は質問を通して見てきましたが、まだこの作業を行うことはできません。gnuplot複数の行とX軸の時間
私のデータセットは、このようなものです:
[date] , [%cpu] , [mem]
23:00:39 , 21.9 , 2.1
23:00:44 , 21.8 , 2.1
23:00:49 , 21.8 , 2.1
23:00:54 , 21.8 , 2.1
23:00:59 , 21.7 , 2.1
マイgnuplotの文がされ(これだけのデータを使用して開始):
set timefmt "%H:%m:%s"
set xdata time
set datafile sep ','
plot '/tmp/info' using 2 title 'cpu' with lines, '/tmp/info' using 3 title 'memory%' with lines
私は、取得するには、次のエラー:
Need full using spec for x time data
私はautoscale xを試しましたが、少し失われています。