xyl_display


xyl_display, a MATLAB 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.

Related Data and codes:

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

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

plot_points, a FORTRAN90 code which reads a set of points from a file and plots them into an Encapsulated PostScript file.

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

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

xy_io, a MATLAB code which reads and writes files in the XY, XYL and XYF formats.

xyf_display, a MATLAB 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;

xyl_display_opengl, a C++ code which reads XYL information defining points and lines in 2D, and displays an image using OpenGL.

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

Source Code:

ANNULUS defines a set of points and lines that outline a quadrilateral mesh of a semicircular annulus.

SCPACK is a mesh defined by the SCPACK Scwarz-Christoffel mapping software.


Last revised on 30 October 2024.