XY Files


These are some examples of XY files, which are simply lists of points in the plane.

An XY file has a simple structure. There are three kinds of records:

There is a second version of XY files in which the blank lines are interpreted to indicate which points are connected by geometric lines.

Example XY File:


        #  Corners of a triangle
        #
        0.0  0.0
        1.0  0.0
        0.0  1.0
      

Related Data and Programs:

XY File characteristics:

Programs to create an XY file:

Programs to view an XY file:

Programs to process an XY file:

Routines to read an XY file:

Routines to write an XY file:

Sample XY Files:

You can go up one level to the DATA page.


Last revised on 21 June 2006.