# gnuplot command file to draw the letter A # P. Conrad set size ratio -1 set terminal png small color set output "A_v5.png" set nokey plot "A.dat" with lines