我使用gnuplot下面的图表,但现在我想要添加到不在绘图数据中的额外值的图例(标题)。
我使用设置箭头绘制垂直,并将标签添加到标识
set label "Ef" at (Ef+0.5),-20
#some other code
plot
和
set style line 11 lc rgb 'black' lt 1 dt "-" lw 1 pt 5 ps 1.5 pi 4 # --- black dashed
set style arrow 1 nohead front ls 11
set arrow arrowstyle 1 from Ef,GPVAL_DATA_Y_MIN to Ef,GPVAL_DATA_Y_MAX
replot
Ef是一个虚拟变量(在这种情况下Ef = 5)
但我想用虚线添加Ef到传奇。
我该怎么做?
先谢谢了! http://www.seleniumtests.com/2012/04/headless-tests-with-firefox-webdriver.html