plot_points_test


plot_points_test, a FORTRAN90 code which calls plot_points(), which reads data in the XY file format and creates an Encapsulated PostScript file.

Licensing:

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

Related Data and Programs:

plot_points, a FORTRAN90 code which reads data in the XY file format and creates an Encapsulated PostScript file.

Source Code:

ANNULUS_25 is 25 points in an annulus:

BROWNIAN_100 is 100 points of simulated Brownian motion, created by the RANDOM_DATA program:

CIE_XY_81 is 81 points of CIE (x,y) coordinates for pure light, created by a sample program that uses the COLORS library:

CIRCLE_25 is 25 points on a circle:

CVT_02_00010 is a set of 10 points in 2D, generated by a centroidal Voronoi Tessellation program, and part of the CVT dataset:

CVT_02_00100 is a set of 100 points in 2D, generated by a centroidal Voronoi Tessellation program, and part of the CVT dataset:

DIAMOND_09 is 9 points whose Voronoi diagram contains one cell whose vertices are known exactly, and which looks roughly like a diamond:

GRID_49 is a set of 49 points in a grid:

JU1 is Lili Ju's first data set. Lili Ju gave me some data sets to analyze with this program. The data represents certain centroidal Voronoi tessellation generators, using certain density functions.

JU2 is Lili Ju's second data set:

JU3 is Lili Ju's third data set:

LSUP_303 is 303 points that outline Lake Superior:

REPEATS_17 is a set of 17 points with some repeated:

UNIFORM_02_00010 is a set of 10 points in 2D, generated by a uniform random number generator, and part of the UNIFORM dataset:

UNIFORM_02_00100 is a set of 100 points in 2D, generated by a uniform random number generator, and part of the UNIFORM dataset:

UNIFORM_02_00100_KM5 is a set of 100 points in 2D, generated by a uniform random number generator, and organized into 5 clusters using the KMEANS program:

List of Routines:

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


Last revised on 28 January 2009.