I have a 3D plot with the option:
set view map
And I would like to add a vertical line from (30,0) to (30,20), I tried:
set arrow from 30,0 to 30,20 nohead lc rgb 'red'
splot 'data.csv' using 1:2:3 with pm3d
But I don't see any line, what am I doing wrong ?
This is the image on which I would like to add the vertical line