xy_display, a MATLAB code which reads a set of 2D points from a simple XY graphics file and plots them.
The MATLAB command scatter() is used to display the points.
xy_display ( 'filename.xy' )where
The information on this web page is distributed under the MIT license.
xy_display is available in a MATLAB version.
grid_display, a MATLAB code which displays a 2D or 3D grid or sparse grid.
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, a data directory of examples of XY files, a simple 2D graphics point format;
xy_display_opengl, a C++ code which reads a set of 2D points from a file and plots them in an OpenGL 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.
xyl_display, a MATLAB code which reads XYL information defining points and lines in 2D, and displays an image.
xyz_display, a MATLAB code which reads a set of 3D points from a file and plots them.
LSUP_303_2D is a set of 303 points that outline Lake Superior: