May 27 2007 11:01:46.700 AM PLOT_POINTS FORTRAN90 version Given a file of 2D points, make a dot plot, and a Delaunay triangulation plot. Enter command (H for help): DATA_READ Read point data from "latin_random_02_00010.txt". Points are assumed to have dimension 2 POINTS_COUNT: Number of records: 19 Number of point records: 10 Number of comment records: 9 Number of bad records: 0 POINTS_READ: Read coordinate data from file. Coord Min Max 1 0.0956 0.9066 2 0.0450 0.9797 DATA_READ The data has been read. Enter command (H for help): 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): TITLE: "latin_random_02_00010.txt" Enter command (H for help): Next output file is latin_random_02_00010.eps Enter command (H for help): Write dot data to "latin_random_02_00010.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_random_02_00100.txt". Points are assumed to have dimension 2 POINTS_COUNT: Number of records: 109 Number of point records: 100 Number of comment records: 9 Number of bad records: 0 POINTS_READ: Read coordinate data from file. Coord Min Max 1 0.0021 0.9904 2 0.0041 0.9970 DATA_READ The data has been read. Enter command (H for help): 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): TITLE: "latin_random_02_00100.txt" Enter command (H for help): Next output file is latin_random_02_00100.eps Enter command (H for help): Write dot data to "latin_random_02_00100.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_random_02_01000.txt". Points are assumed to have dimension 2 POINTS_COUNT: Number of records: 1009 Number of point records: 1000 Number of comment records: 9 Number of bad records: 0 POINTS_READ: Read coordinate data from file. Coord Min Max 1 0.0008 0.9998 2 0.0002 0.9992 DATA_READ The data has been read. Enter command (H for help): Lower left box corner = 0.0000 0.0000 Upper right box corner = 1.0000 1.0000 Enter command (H for help): SHADOWING is turned OFF. Enter command (H for help): TITLE: "latin_random_02_01000.txt" Enter command (H for help): Next output file is latin_random_02_01000.eps Enter command (H for help): Write dot data to "latin_random_02_01000.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. May 27 2007 11:01:46.884 AM