AoA for GD::Graph

2005-06-05 Thread ahuber
I am trying to build an array that can be used with GD::Graph to show the graphical representation of a MySQL query. This module only takes in an AoA like this: @data = ([1,2,3,4],[10,20,30,40]); # @arr[$x vals], [$y vals] It then takes that array and parses it into a graph like this: my

Re: AoA for GD::Graph

2005-06-05 Thread Wiggins d'Anconia
[EMAIL PROTECTED] wrote: I am trying to build an array that can be used with GD::Graph to show the graphical representation of a MySQL query. This module only takes in an AoA like this: @data = ([1,2,3,4],[10,20,30,40]); # @arr[$x vals], [$y vals] It then takes that array and parses it