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.
box_plot ( 'input_filename' )where
The computer code and data files described and made available on this web page are distributed under the MIT license
box_plot is available in a MATLAB version.
box_display, a MATLAB code which displays a box plot, over integer pairs of data, of a function defined by two formulas.
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.