BOX_PLOT
Integer Data Box Plots


BOX_PLOT is a MATLAB program, which reads a a file of integer coordinates and associated colors, and makes a plot, placing a unit box of the given color at each coordinate.

The input file containing the point coordinates and colors is in the TABLE format.

Related Data and Programs:

BAR_PLOT is a FORTRAN90 program which reads a set of data from a file and creates a bar plot.

CC_DISPLAY is a MATLAB program which displays the abscissas used in various kinds of Clenshaw Curtis quadrature rules.

GL_DISPLAY is a MATLAB program which displays the abscissas used in various kinds of Gauss Legendre quadrature rules.

PLOT_POINTS is a FORTRAN90 program which reads a set of points from a file and plots them into an Encapsulated PostScript file.

POINTS_DISPLAY is a MATLAB program which displays a set of scattered points.

POINTS_DISPLAY_OPEN_GL is a C++ program which reads a set of points from a file and plots them in an OpenGL graphics window.

TABLE is a format used for the input file containing the point coordinates.

Usage:

box_plot ( 'input_file_name' )
reads the point coordinates and colors from input_file_name and displays the box plot in the MATLAB graphics window.

Tar File:

A GZIP'ed TAR file of the contents of this directory is available. This is only done as a convenience for users who want ALL the files, and don't want to download them individually. This is not a convenience for me, so don't be surprised if the tar file is somewhat out of date.

Source Code:

Examples and Tests:

ALPHA_1.0_1.0 prints some of the 64 pairs of values on an 8 by 8 grid. Blue indicates "old" data, and red "new".

ALPHA_1.0_1.5 prints some of the 64 pairs of values on an 8 by 8 grid. Blue indicates "old" data, and red "new".

ALPHA_1.0_2.0 prints some of the 64 pairs of values on an 8 by 8 grid. Blue indicates "old" data, and red "new".

CHECKERBOARD is a set of 64 pairs of integers and colors that correspond to a checkerboard.

CLAY is a set of pairs of integers that record the basic method (1,1) in blue, some low order methods in green, and secondary refinements in red.

F is a set of points that can make the letter F:

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


Last revised on 19 January 2007.