in reply to GD module help please
You could try GD::Graph. It has a number of sub classes for drawing different types of graph. From you description it sounds like you want a scatter graph, so you need GD::Graph::points.
All those graphing modules expect you to provide some arrays of data, and some other arguments representing the labels for each axis, what colours you want and the like. They return a GD bitmap object which you can save to disc or emit into a web page as part of a CGI script. You can probably also include it in a GUI, though I have not personally attempted to do that.
About 10 years ago, I was using the GD::Graph modules in a set of reporting scripts that I ran daily for the company I was working for at the time. Also contributed some patches. I have not used those modules since then.
|
|---|