http://www.perlmonks.org?node_id=393166


in reply to Chart drawing: GDGraph or Chart?

I've just had some good successes using SVG::TT::Graph to produce charts in SVG (I then use either batik or rsvg to convert it to a raster image for the SVG-challenged).

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^2: Chart drawing: GDGraph or Chart?
by uwevoelker (Pilgrim) on Sep 23, 2004 at 12:25 UTC
    Nice idea!
    But for me, this is not suitable. I would like to generate the charts from a cronjob - so the smaller the better :-)

      Well, the SVG -> PNG conversion takes a bit longer than I'd like, so currently I'm only planning to use this for charts that are generated in a batch run from a cronjob. And the PNGs aren't going to be any bigger than similar PNGs generated by any other process.

      --
      <http://www.dave.org.uk>

      "The first rule of Perl club is you do not talk about Perl club."
      -- Chip Salzenberg