in reply to GD::Graph skip_undef not working properly
on the array that holds your datapoints.@datapointsarray = map {$_ eq "undef" ? undef : $_ } @datapointsarray;
--
flounder
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: GD::Graph skip_undef not working properly
by kryberg (Pilgrim) on Oct 02, 2003 at 20:34 UTC |