これは私のコードです:
set title "courbe"
set xlabel "first"
set ylabel "second"
set y2label "third"
plot "File.txt" using 1:2 with linespoints tit 'first', "File.txt" using 1:3 with linespoints tit 'second', "File.txt" using 1:4 with points tit 'third'
お願いします、3番目の斧は斧に数字を表示しません..何かアイデアはありますか?
ありがとうございました。