xyzf_display


xyzf_display, an Octave code which reads XYZF information containing a list of 3D point coordinates, and the indices of points that form faces, and displays a plot in the MATLAB graphics window.

SXYZ_VORONOI, which computes the Voronoi diagram for a set of points on a sphere, is an example of the codes whose output can be displayed by xyzf_display().

Usage:

xyzf_display ( 'prefix' )
where reads the point coordinate data in 'prefix.xyz' and the face information in 'prefix.xyzf', and displays a plot.

Licensing:

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

Languages:

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

Related Data and codes:

xyzf_display_test

ball_and_stick_display, an Octave code which demonstrates the creation of a 3D ball and stick image;

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

mpas_grid_display, an Octave code which reads an MPAS NETCDF grid file and displays the primary polygonal mesh or the dual triangular mesh.

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

quad_surface_display, an Octave code which reads files defining a 3D quadrilateral mesh surface and displays it.

tri_surface_display, an Octave code which reads data defining a triangular mesh of a 3D surface and displays it.

xyz_display, an Octave code which reads XYZ information defining points in 3D, and displays an image.

xyz_io, an Octave code which reads and writes files in the XYZ, XYZL, and XYZF formats.

xyzf, a data directory which contains examples of XYZF files, a simple 3D graphics point and face 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.