A Perl module which creates bar graphics for one or more datasets, using plain HTML and, optionally, "stretched" pixel images.
A sample of what the module can do is included in the distribution (sample.html). The source of this HTML file contains the parameters that each graph was generated from.
HTML::BarGraph is plain Perl, and so far has no dependencies, so install it like:
perl Makefile.PL
make
make test
make install
Before using the module with 'bartype' set to 'pixel', you need to install the various color pixels which will be used to draw the bars. As a start, you can use the pixels provided in the module's distribution (pixels/*.png). You need to install these manually, since there's no way to know the location where you want them to live.
Enjoy.
dec 2002
cpan@podgurschi.org