box_display


box_display, a MATLAB code which creates a plot over a range of integer boxes, whose default color is gray, but some of which can be painted red (new stuff) and some painted blue (old stuff)

Usage:

box_display ( m, n, @blue, @red, title )
where

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Languages:

box_display is available in a MATLAB version.

Related Data and Programs:

box_display_test

box_plot, a MATLAB code which displays a box plot of data that consists of pairs of integers;

cc_display, a MATLAB code which displays the abscissas used in various kinds of Clenshaw Curtis quadrature rules.

circle_grid_display, a MATLAB code which reads a matrix of integers, and draws a corresponding grid of circles filled with color.

gl_display, a MATLAB code which displays the abscissas used in various kinds of Gauss Legendre quadrature rules.

gridlines, a MATLAB code which gives the user more control over drawing gridlines on a graph than the builtin "grid on" command.

prime_plot a MATLAB code which displays a box plot of the prime and composite numbers.

usa_box_plot, a MATLAB code which can create simplified maps of the USA in which each state appears as a box, and the placement of the boxes only roughly corresponds to the relative locations of states on an accurate map.

Source Code:


Last revised on 02 December 2018.