# gnuplot command file to draw the letter C # P. Conrad set xrange [-1:5] set yrange [-1:9] set size ratio -1 set terminal png small color set output "C.png" set nokey plot "C.dat" with lines