XY Files
These are some examples of XY files, which are simply lists
of points in the plane. Consecutive points are joined by
line segments. Blanks indicate line breaks.
XY files are:
-
ASCII
-
2D
-
No compression
-
1 image
-
Reference:
-
Programs to view an XY file include:
-
PLOT_POINTS
will read a XY file and create a PostScript file of the points.
It can also compute Voronoi diagrams and Delaunay triangulations.
Programs to convert an XY file to another format:
Programs to convert a file to XY format:
Files you may copy:
-
dt_10.xy, 10 points; compute the
Delaunay triangulation;
-
dt_100.xy, 100 points, compute the
Delaunay triangulation;
-
graham_10.xy, 10 points; compute
the convex hull;
-
graham_19.xy, 19 points; compute
the convex hull;
-
grid_49.xy, 49 points in a square grid.
-
lsup.xy, 303 points defining the shape of
Lake Superior.
-
points_100.xy, 100 points;
-
repeats_17.xy, 17 points, some repeated;
-
tri_12.xy, 12 points;
-
tri_18.xy, 18 points;
-
uniform_0016.xy, 16 random points
in the unit square;
-
uniform_0025.xy, 25 random points
in the unit square;
-
uniform_0036.xy, 36 random points
in the unit square;
-
uniform_0064.xy, 64 random points
in the unit square;
-
uniform_0100.xy, 100 random points
in the unit square;
-
uniform_0128.xy, 128 random points
in the unit square;
-
uniform_0256.xy, 256 random points
in the unit square;
Back to the data home page.
Last revised on 05 March 2002.