Gnuplot点划线

时间:2011-04-23 08:15:13

标签: gnuplot

大家好我正在使用Windows,而我正试图在Gnuplot中完成一些事情。我需要将图表的线条样式设置为点划线。

http://sparky.rice.edu/gnuplot.html告诉我:

 Differs from x11 to postscript
 lt chooses a particular line type: -1=black 1=red 2=grn 3=blue 4=purple 5=aqua 6=brn 7=orange 8=light-brn
 lt must be specified before pt for colored points
 for postscipt -1=normal, 1=grey, 2=dashed, 3=hashed, 4=dot, 5=dot-dash

这里的后记是什么意思?我怎样才能做到这一点?我一直在尝试多次使用命令绘制我的图形: 将'graph1.txt'绘制为线条为lt 5,但我没有得到点划线。

非常感谢帮助!

1 个答案:

答案 0 :(得分:0)

这意味着lt给出的值仅在您绘制Postscript文件时有效,如果您以直接的方式在窗口中绘图,则无效。最简单的方法是使用

绘制到Postscript文件
set term postscript
set output "file.ps"

情节将在file.ps