【发布时间】:2011-04-23 08:15:12
【问题描述】:
大家好,我正在使用 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
他这里的后记是什么意思?我怎样才能做到这一点?我一直在尝试使用以下命令绘制我的图表: plot 'graph1.txt' with lines lt 5 但我没有得到点划线。
非常感谢您的帮助!
【问题讨论】:
标签: gnuplot