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:

Example XY File:


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

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

CIRCLE_POINTS, a FORTRAN90 program which computes points equally spaced on a circular arc, and writes them to an XY file;

PLOT_POINTS is a FORTRAN90 program which can make an EPS plot of a set of points in 2D.

XY_DISPLAY, a MATLAB program which reads a XY file containing the coordinates of points in 2D, and displays a plot of the points in a MATLAB graphics window;

XY_DISPLAY_OPEN_GL is a C++ program which reads XY information defining points in 2D, and displays an image using OpenGL.

XY_IO is a C++ library which reads and writes files in the XY and XYL formats.

XYL, a data directory which contains examples of XYL files, a simple 2D graphics point and line format;

XY File characteristics:

Sample XY Files:

You can go up one level to the DATA page.


Last revised on 27 September 2009.