use*_*776 15 unix linux terminal plot gnuplot
我正在gnuplot中绘制一个包含六列的数据文件.如果第2列对第1列的图是x(t),我希望图例中的那条线类似于x(t),而不是我目前第二列对第一列得到的那条线"trial.dat" u 1:2.
x(t)
"trial.dat" u 1:2
那么我如何命名传奇线呢?
mgi*_*son 24
您title在绘图行中使用关键字:
title
plot 'trial.dat' u 1:2 title "x(t)"
你也可以通过使用摆脱所有的传奇条目notitle.
notitle
归档时间:
12 年,10 月 前
查看次数:
28135 次
最近记录: