xy_display


xy_display, a Python code which reads a set of 2D points from a simple XY graphics file and plots them.

Usage:

xy_display ( 'filename.xy' )
where reads the point coordinate data in 'filename.xy' and displays a plot of the points.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

xy_display is available in a MATLAB version and a Python version.

Related Data and codes:

xy, a data directory of examples of XY files, a simple 2D graphics point format;

xyz_display, a Python code which reads a set of 3D points from a file and plots them.

Source Code:

LSUP_303_2D is a set of 303 points that outline Lake Superior:


Last revised on 10 March 2026.