in reply to GD graph use different colors for data points

You could try plotting as several different lines, each line with only 2 points, and the last point of the previous line would be the first point of the next line. Each line would use a different color.
  • Comment on Re: GD graph use different colors for data points

Replies are listed 'Best First'.
Re^2: GD graph use different colors for data points
by karthik84 (Initiate) on Jul 09, 2008 at 21:24 UTC
    I have multiple data sets in my graph and i do a whole lot of data manipulation in the graph. So plotting as several different lines might complicated. But will give this a try. Thanks guys for the response. Please let me know if there is an easier way.
Re^2: GD graph use different colors for data points
by karthik84 (Initiate) on Jul 09, 2008 at 22:47 UTC
    Plotting two points at a time will not work as my graph has multiple data sets and I wont be able to correlate the legends with the graph. I am using a different line type for each dataset.