XYZ_PLOT
Interactive Graphics


XYZ_PLOT is a FORTRAN90 program which tries to take simple input from the user and display some interesting data on the screen.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

XYZ_PLOT is available in a FORTRAN90 version.

Related Data and Programs:

ANYPLT, a FORTRAN90 library which served as a generic interface between FORTRAN90 programs and various graphics output devices and files.

XYZ, a data directory which contains examples of XYZ files, a simple 3D graphics point and line format;

XYZ_DISPLAY, a MATLAB program which reads XYZ information defining points in 3D, and displays an image in the MATLAB graphics window.

XYZ_DISPLAY_OPENGL, a C++ program which reads an XYZ file of 3D point coordinates, and displays an image of those points using OpenGL.

XYZ_TO_PDB, a FORTRAN90 program which reads a set of XYZ spatial coordinates, and rewrites them as ATOM records in a PDB file.

XYZF, a data directory which contains examples of XYZF files, a simple 3D graphics point and face format;

XYZF_DISPLAY, a MATLAB program which reads XYZF information defining points and faces in 3D, and displays an image in a MATLAB graphics window.

XYZF_DISPLAY_OPEN_GL, a C++ program which reads XYZL information defining points and faces in 3D, and displays an image using OpenGL.

XYZL, a data directory which contains examples of XYZL files, a simple 3D graphics point and line format;

XYZL_DISPLAY, a MATLAB program which reads XYZL information defining points and lines in 3D, and displays an image in a MATLAB graphics window.

XYZL_DISPLAY_OPENGL, a C++ program which reads XYZL information defining points and lines in 3D, and displays an image using OpenGL.

Source Code:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 28 December 2010.