in reply to GD::Graph::points + multiple data sets
I may be missing the obvious here, but can't you concatenate the two arrays together?
@x_values_all = (@x_values1, @x_values2); @y_values_all = (@y_values1, @y_values2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: GD::Graph::points + multiple data sets
by Anonymous Monk on Oct 08, 2003 at 13:28 UTC | |
by Melly (Chaplain) on Oct 08, 2003 at 15:00 UTC | |
by Anonymous Monk on Oct 08, 2003 at 15:08 UTC |