in reply to Re: GD @data array question
in thread GD @data array question

Thanks,
Your example works for me too. I'll see where i'm going wrong.

Replies are listed 'Best First'.
Re^3: GD @data array question
by mr_mischief (Monsignor) on Jan 29, 2009 at 22:05 UTC
    Note in the docs that GD::Graph's plot() method expects to have the same number of points in every set. The docs suggest providing an explicit undef value for points that are missing from your data (not to be confused with uses of the undef function call). Are your files perhaps not always providing the same number of points?