in reply to Re: Re: GD::Graph Question
in thread GD::Graph Question

There is a slight error in the module documentation if you extract all of the snippets. Change your  $my_graph to just  $graph...you are calling the plot method on the graph object you have been creating.
Also, if you just grabbed the module note that you will have to use the .png or .gd2 file types...the gifs no longer are supported as far as I know.
-Jason

Replies are listed 'Best First'.
Re: Re: Re: Re: GD::Graph Question
by johnirl (Monk) on Jul 16, 2002 at 15:49 UTC
    Great Jason. Thanks!!