table_top, a Fortran90 code which displays patterns in a set of N points in M dimensions.
The program simply creates an array of M2 two dimensional subplots. Plot (I,J) plots the I-th and J-th coordinate values against each other. Simple patterns in the data may show up in the plots.
The code then creates a PostScript file containing the plots, using routines from the PS_WRITE library.
The information on this web page is distributed under the MIT license.
table_top is available in a Fortran90 version.
ps_write, a Fortran90 code which creates a PostScript graphics file. This library is used by TABLE_TOP().
table_columns, a Fortran90 code which can extract specific columns of data from a table file.
table_io, a Fortran90 code which supplies the routines used to read the TABLE file.
table_quality, a Fortran90 code which reads a file of points and computes the quality of dispersion.