table_top


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.

Usage:

table_top data.txt
reads the data in data.txt and makes the plots.

Licensing:

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

Languages:

table_top is available in a FORTRAN90 version.

Related Data and Programs:

table_top_test

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.

Source Code:


Last revised on 02 September 2020.