xy_display


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.

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.

Related Data and codes:

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.

Source Code:

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


Last revised on 30 October 2024.