Gnuplot でファイルを読み取る際に問題があります。たとえば、次のようなファイルがあります。
___________________________________________
'#current'
month followed retweeted mentioned replied
Jan 395 29 35 28
Feb 380 28 32 31
'#previous'
month followed retweeted mentioned replied
Jan 381 30 38 32
Feb 378 25 42 30
Mar 374 28 46 40
______________________________________________________
タグ「#previous」で始まる 2 番目のブロックのみを読み取る必要があります。どうすればいいですか?私はこのコマンドを試しました:
plot "data.txt" index 'previous' using 3:xticlabel(1) axes x1y1 with lines linecolor rgbcolor "red",\
しかし、うまくいきません。何か案は?