Re: GD::Graph::bars - multiple x-axis data sets

2009-01-15 Thread Danny Miller
On Thu, Jan 15, 2009 at 10:13 PM, Raymond Wan wrote: > > Hi Danny, Howdy. > Danny Miller wrote: >> >> Hi, I've got two sets of data I'm displaying in a bar graph. I'd like >> to use two different colors for the different data. I'm not sure how >> to do this. >> >> My code looks like: >> >> @xd

Re: GD::Graph::bars - multiple x-axis data sets

2009-01-15 Thread Raymond Wan
Hi Danny, Danny Miller wrote: Hi, I've got two sets of data I'm displaying in a bar graph. I'd like to use two different colors for the different data. I'm not sure how to do this. My code looks like: @xdata1; # bunch of x values @ydata1; # bunch of corresponding y values @xdata2; # secon