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.
xyl_display ( 'prefix' )where
The information on this web page is distributed under the MIT license.
xyl_display is available in a MATLAB version and an Octave version.
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.