私は次の名前のdatファイルを持っていますls.dat
:
# Gnuplot script file for "ls"
# Version Removed Added Modified
8.1 0 0 0
8.4 0 0 4
8.5 2 5 9
8.6 2 7 51
8.7 2 7 51
8.8 2 7 51
8.9 2 7 51
8.10 2 7 51
8.11 2 8 112
8.12 2 8 112
8.13 2 17 175
8.17 6 33 213
私はこれでプロットしようとしています:
plot "ls.dat" using 1:2 title 'Removed' with lines,\
"ls.dat" using 1:3 title 'Added' with lines,\
"ls.dat" using 1:4 title 'Modified' with lines
これにより、次のグラフが生成されます。
私が期待しているのは、3つのラインプロットです。これらはすべて上昇するはずですが、速度は異なります。誰かがここで何が起こっているのか見ることができますか?きっとばかげたものに違いない。