Histogram Generator 2.0
Change Log
End of Life
- This version is no longer supported. Please use version 3.0.
- Updated Version 1.0 from Classic 5.0 to the Graphing Calculator App for easier access to menus and Spreadsheet.
- Default Data Added to Spreadsheet to show how to format the data
- Added a Suggested Lower Class Boundary: min(data).
- Added a Suggested Number of Classes: ceil(sqrt(Length(data)))
- Added a Suggested Class Width: ceil(rangeX/numberClasses) [probabaly needs to be tweaked more.
- The values for Lower Class Boundary, Number of Classes, and Class Width can be set arbitrarily.
- Column Selector Displays the header in the first row of the column.
- Column Drop Down Dynamically Updates as Columns are added and deleted.
- Supports up to 26 Columns of Data and 999 data points per column. [Probably will lag if the full capacity is used, haven't tested it]
- x-axis, y-axis, and their tick marks do not display next to their labels.
- y-axis labels scaled scaled arbitrarily to 11 boundary points.