set term png small color set size .5,.3 set output "sine.png" set grid set xtics pi set ytics 1 set title "One Sine Cycle (x = 0..PI*2)" set xrange [0:pi*2] plot sin(x)