March 11 2003 10:50:17.425 AM PLOT_POINTS Given a file of 2D points, make a dot plot, and a Delaunay triangulation plot. Enter command (H for help): # An input file to PLOT_POINTS # # All the input files have the X values in column 2, the Y values in column 3. # # We want a box around the data cornered at (0,0) X (1,1) # # We want the "shadow" of X and Y to be marked on the axes. # X index set to 2 Enter command (H for help): Y index set to 3 Enter command (H for help): Enter lower left (x,y), then upper right (x,y): Lower left box corner = 0.0000 0.0000 Upper right box corner = 1.0000 1.0000 Enter command (H for help): SHADOWING is turned ON. Each point makes a small mark on X and Y axis. Enter command (H for help): # DATA_READ Read point data from "latin_01.txt". Points are assumed to have dimension 3 POINTS_COUNT: Number of records: 41 Number of point records: 41 Number of comment records: 0 Number of bad records: 0 POINTS_READ: Read coordinate data from file. Coord Min Max 1 1.0000 41.0000 2 0.0122 0.9878 3 0.0122 0.9878 DATA_READ The data has been read. Enter command (H for help): TITLE: "01: Latin Square, center points" Enter command (H for help): Next output file is latin_01_dot.eps Enter command (H for help): Write dot data to "latin_01_dot.eps". Plot Plot Coord Min Max 1 -0.0500 1.0500 2 -0.0500 1.0500 Enter command (H for help): Next output file is latin_01_cir.eps Enter command (H for help): Write circle data to "latin_01_cir.eps". Plot Plot Coord Min Max 1 -0.0500 1.0500 2 -0.0500 1.0500 Enter command (H for help): # DATA_READ Read point data from "latin_02.txt". Points are assumed to have dimension 3 POINTS_COUNT: Number of records: 41 Number of point records: 41 Number of comment records: 0 Number of bad records: 0 POINTS_READ: Read coordinate data from file. Coord Min Max 1 1.0000 41.0000 2 0.0000 1.0000 3 0.0000 1.0000 DATA_READ The data has been read. Enter command (H for help): TITLE: "02: Latin Square, edged points" Enter command (H for help): Next output file is latin_02_dot.eps Enter command (H for help): Write dot data to "latin_02_dot.eps". Plot Plot Coord Min Max 1 -0.0500 1.0500 2 -0.0500 1.0500 Enter command (H for help): Next output file is latin_02_cir.eps Enter command (H for help): Write circle data to "latin_02_cir.eps". Plot Plot Coord Min Max 1 -0.0500 1.0500 2 -0.0500 1.0500 Enter command (H for help): # DATA_READ Read point data from "latin_03.txt". Points are assumed to have dimension 3 POINTS_COUNT: Number of records: 41 Number of point records: 41 Number of comment records: 0 Number of bad records: 0 POINTS_READ: Read coordinate data from file. Coord Min Max 1 1.0000 41.0000 2 0.0082 0.9863 3 0.0056 0.9873 DATA_READ The data has been read. Enter command (H for help): TITLE: "03: Latin Square, random points" Enter command (H for help): Next output file is latin_03_dot.eps Enter command (H for help): Write dot data to "latin_03_dot.eps". Plot Plot Coord Min Max 1 -0.0500 1.0500 2 -0.0500 1.0500 Enter command (H for help): Next output file is latin_03_cir.eps Enter command (H for help): Write circle data to "latin_03_cir.eps". Plot Plot Coord Min Max 1 -0.0500 1.0500 2 -0.0500 1.0500 Enter command (H for help): # PLOT_POINTS Normal end of execution. March 11 2003 10:50:18.163 AM