I am using something like
set arrow 1 from 0,-0.5 to 3,-0.5 nohead
to draw vertical or horizontal lines.
How can I create dotted/dashed lines though?
Related this the following linetype works
set arrow 1 from 0,-0.5 to 3,-0.5 nohead lt 0
but e.g. lt 3
doesn't.