xyl_display


xyl_display, an Octave code which reads XYL information containing a list of 2D point coordinates, and the indices of points that form lines, and displays a plot.

Usage:

xyl_display ( 'prefix' )
where reads the point coordinate data in 'prefix.xy' and the line information in 'prefix.xyl', and displays a plot of the points and lines.

Licensing:

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

Languages:

xyl_display is available in a MATLAB version and an Octave version.

Related Data and codes:

xyl_display_test

gridlines, an Octave code which gives the user more control over drawing gridlines on a graph than the builtin "grid on" command.

mesh_display, an Octave code which reads data defining a polygonal mesh and displays it, with optional numbering.

ply_display, an Octave code which displays an image of a 3D graphics file in PLY format;

xy_display, an Octave code which reads an XY file containing the coordinates of points in 2D, and displays an image in a MATLAB graphics window;

xy_io, an Octave code which reads and writes files in the XY, XYL and XYF formats.

xyf_display, an Octave code which reads XYF information defining points and faces in 2D, and displays an image in a MATLAB graphics window.

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

xyzl_display, an Octave code which reads XYZL information defining points and lines in 3D, and displays an image.

Source Code:


Last revised on 11 March 2026.