set size 0.5 0.5                // use the lower left quarter of canvas
set term png size 600, 400      
set output "figure.png"
plot "data" with lines

Drawing an Arrow:
=====================================
set arrow 100,5 rto 100,2
plots an arrow from position 100,5 to position 100,2