Text::BarGraph is a simple Perl module for generating ASCII bar graphs based on data in a hash, where the keys are labels and the values are magnitudes. It automatically scales the graph to fit on your terminal screen. It is very useful in making data more meaningful. For example, it can be used with statistics gathered from a log file.
| Licenses | Artistic |
|---|---|
| Implementation | Perl |
Recent releases


Changes: This release cleans up the documentation and packaging.


Changes: The ability to sort keys numerically has been added.


Changes: This release fixes autosize so that it will not attempt to autosize in cases where Term::ReadKey is not available, or STDOUT is not a terminal. Also included is a "color" feature, to colorcode the graph based on the size of the bars.


No changes have been submitted for this release.