How to plot a dashed
grey line using gnuplot? set style line 1 lt 2 lc rgb "grey" lw 1
I tried:
plot "-" using 1:2, \
"-" using 1:2, \
"-" using 1:2 ls 1,\
"-" using 1:2 ls 1
1.5 17
1.7 16
e
1.5 10
1.7 8
e
1.5 0
1.5 20
e
7 0
7 20
e
There should be two vertical dashed grey lines, but there are actually only the points.