我有一张这样的桌子:
A B C D E F G H I
10 23998 16755 27656 17659 19708 20328 19377 18925
20 37298 33368 53936 41421 44548 40756 40985 37294
我用这个命令来绘制
plot "C:/file.txt" using 1:2 with lines smooth bezier, "C:/file.txt" using 1:3 with lines smooth bezier, ...
但是,所有标签都作为文件名出现。gnuplot 是否可以读取第一行并相应地标记行?