我有一个gnuplot脚本,其中plot命令为
plot\
'test.txt' using 1:2,\
'test.txt' using 1:3,\
'test.txt' using 1:4,\
'test.txt' using 1:5,\
'test.txt' using 1:6,\
'test.txt' using 1:7
我想禁用以下两个
'test.txt' using 1:5,\ and 'test.txt' using 1:6,\
我可以删除这两个,但如何禁用这两个。例如,给出#