RSS | Module Info | Add a review of Chart
Chart
(2.4.1)
This package is easy to learn and is handy for making simple (or not-so-simple) charts and graphs of arbitrary datasets with just a little bit of coding. It uses GD as a backend, so it gets a lot of choices for output image format for free. It has convenience methods for PNG and JPEG output -- for others, you request a GD::Image instance and do it yourself. That option also allows you to do arbitrary additional scribbling on the image as you like, which can be handy.
My small complaints are:
* The complete docs are in PDF format. Only a summary is in POD. However, this makes some sense because it isn't feasible to embed images in POD.
* Doesn't support GD's stringFT routines for working with the FreeType library to use arbitrary TrueType fonts (I have a private patch to rectify this if anyone is interested)
* Spews version number warnings on startup
* The behavior of some of the axis options (like include_zero) are highly non-intuitive
* The scalar_png method is broken, so you have to write to a file and then read back to send out the web if you can't send straight to a filehandle.
* The source code has a lot of copy-paste redundancy and could use a thorough refactoring pass, IMHO.
Chris Dolan - 2008-06-07T22:29:25 (permalink)
3 out of 3 found this review helpful.
Was this review helpful to you?
Yes
No
Chart
(2.4.1)
This is great for knocking out little charts quickly.
Alex Gough - 2008-05-21T04:00:31 (permalink)
4 out of 4 found this review helpful.
Was this review helpful to you?
Yes
No
Chart
(2.4.1)
Very good tool for creating charts (including imagemaps).
btrapp - 2006-10-18T12:19:37 (permalink)
1 out of 2 found this review helpful.
Was this review helpful to you?
Yes
No

