| CPAN Ratings (Gamma) Chart reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Chart
3 out of 3 found this review helpful:
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-07 22:29:25
Was this review helpful to you?
Yes
No
This is great for knocking out little charts quickly.
Alex Gough - 2008-05-21 04:00:31
Was this review helpful to you?
Yes
No
Very good tool for creating charts (including imagemaps).
btrapp - 2006-10-18 12:19:37
Was this review helpful to you?
Yes
No
Good stuff, but the setting of dataset colors doesen't work (at least for StackedBars)
Andrija
Andrija Radicevic - 2004-11-18 05:16:46
Was this review helpful to you?
Yes
No
Great - but please can we have the documentation in standard POD format so that it can be read from perldoc and on CPAN.org?
Lee Goddard - 2004-08-09 03:56:25
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|