http://qs1969.pair.com?node_id=380385

bret.foreman has asked for the wisdom of the Perl Monks concerning the following question:

I would like to find a module that will allow me to graph 3-axis data. I imagine passing it something like an array of 3-element arrays where the 3 elements are the x, y, and z components of each data point. This module would then, depending on parameters, draw either a surface, solid, or mesh based on the data points. Another set of parameters would be used to specify the viewing angle of the 3d representation. Other options might be shading along an axis, colors, etc.

Anyone know of something good?

Thanks,
Bret