xyz_display, a Octave code which displays a 3D plot from a file of point coordinates.
The data is stored in a text file of N rows and 3 columns.
>
xyz_display ( 'filename.xyz' )where
The information on this web page is distributed under the MIT license.
xyz_display is available in a MATLAB version and an Octave version.
grid_display, a Octave code which can display a 2D or 3D grid or sparse grid.
mesh_display, a Octave code which reads data defining a polygonal mesh and displays it, with optional numbering.
quadrilateral_surface_display, a Octave code which reads files defining a 3D quadrilateral mesh surface and displays it.
tri_surface_display, a Octave code which reads data defining a triangular mesh of a 3D surface and displays it.
xyz, a data directory which contains examples of XYZ files, a simple 3D graphics point and line format;