# boxes_input.txt # # Discussion: # # Input to GNUPLOT, causing it to read BOXES_DATA.TXT and # create a plot of the data. # # Licensing: # # This code is distributed under the GNU LGPL license. # # Modified: # # 14 October 2013 # # Author: # # John Burkardt # set term png set output "boxes.png" set style data boxes set yrange [0:5.5] set title "Boxes Made of Ticky Tacky" set timestamp #set grid plot "boxes_data.txt" quit