在循环中更改标题

时间:2015-05-08 09:40:50

标签: gnuplot

我正在使用gnuplot 5.0,我有一个我想用

绘制的数据集
key1 = 'Some title with multiple words'
key2 = 'Some other descriptive title '
key3 = '...and a third title'
plot for[i=1:3] datafile index i-1 using 1:2 with lines title eval('key'.i)

这不起作用,但我希望每个曲线都有一个不同的字符串,其中包含多个单词。使用words()word()将无效。那么,如何在plot-for命令中更改标题?

1 个答案:

答案 0 :(得分:0)

Gnuplot 5.0为使用do.call("rbind", lapply(paste0("r_", seq_along(objects(pattern="r_"))), get)) word引用的字符串引入了一些有限的支持:

words

enter image description here