box_plot


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

Usage:

box_plot ( 'input_filename' )
where

Licensing:

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

Languages:

box_plot is available in a MATLAB version.

Related Data and Programs:

box_display, a MATLAB code which displays a box plot, over integer pairs of data, of a function defined by two formulas.

box_plot_test

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 03 December 2018.