in reply to Re: Re: Re: GD::Graph::lines problem!
in thread GD::Graph::lines problem!
Second, I found a way around the initial way I was getting the values of table names as follows
@dates = $dbh->ListTables;
This brings out the data without problem but makes no difference to the end result.
In regards to me doing the wrong thing with
@data = [\@dates, \@rage]
I thought this myself, but when I type in the data for two arrays and then add them in the same fashion as show above it works. Only if the original data comes from Mysql do I seem to have a problem, be it tablename or results from the query.
I'm going to try the rest of the script as you have it and let you know how it went.
Thanks again,
Baiul.
Ubi Concordia Ibi Victoria
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: GD::Graph::lines problem!
by Baiul (Acolyte) on May 11, 2003 at 11:04 UTC |