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


in reply to 3D Point Plotting

You might try the OpenGL set of modules, even though they're massive overkill for simply plotting 3d points.

Update: If you're interested, the definitive OpenGL site is http://www.opengl.org.

--
The hell with paco, vote for Erudil!
:wq

Replies are listed 'Best First'.
Re: (FoxUni) Re: 3D Point Plotting
by Anonymous Monk on May 28, 2002 at 03:18 UTC
    Yeah, OpenGL would be crazy for use in CGI (looking to export the graph as png or such)... heh. And I tried looking at GD::Graph3d... it doesn't allow point plotting, just "3d" bar graph, "3d" pie graph, and a line graph with depth... not useful, unfortunately.