histogram_display_test, a MATLAB program which calls histogram_display() to read a data file of histogram data and displays it.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
histogram_display, a MATLAB program which makes a bar plot of a set of data stored as columns in a file; the first column is the X values, and all the other columns are Y values to be shown as a stack of bars;