in reply to GD::Graph and Multiple Y Axes

I find myself hacking GD::Graph to accomplish my needs. It's not that difficult once you figure out which package and which function are taking care of the drawing tasks.

In my case, first I found the loop data array is processed. And then I observed how the drawing methods are used with the data points. Sorry, I do not remember the package and the function names.