crake has asked for the wisdom of the Perl Monks concerning the following question:

I'm using GD Graph module with perl (http://crs.ciril.fr/public/docs/perl/GD/Graph.html).

If X axis data values are negative numbers and all the values are same numbers then script runs very long time with maximum cpu usage and doesn't draw graph.
Why it not work? Why computer is running long time with max cpu usage?

Url of the script: http://crake.servu.org/~asmo/scripts/test.pl

Replies are listed 'Best First'.
Re: GD::Graph::lines and incompatible data
by Toxa (Novice) on Dec 21, 2004 at 20:30 UTC

    Hi crake, only a tip ... Another way ...

    try SVG::TT::Graph::Line

    http://search.cpan.org/~llap/SVG-TT-Graph-0.06/lib/SVG/TT/Graph.pm