Page 1 of 1

How to make a 3D Graph (X-Y-Z Axis)

Posted: Sun May 24, 2009 5:22 am
by tengkie
I'm working on PHP Math for my assignment, and it requires a graph to show the functions.
But, i have no idea how to build a x-y-z (3D) graph.... All codes that i have search only for 2-dimensional (x-y axis) only..

Is there any help or solutions to make a 3-dimensional graph using PHP or Javascript?

thank you before

Re: How to make a 3D Graph (X-Y-Z Axis)

Posted: Sun May 24, 2009 5:50 am
by jayshields
There was some PHP/Flash graphing library I saw somewhere. I don't know if it does 3D graphs but that's your best chance I think. Search around for it.

Re: How to make a 3D Graph (X-Y-Z Axis)

Posted: Sun May 24, 2009 5:53 am
by tengkie
yupe, i once found a flash based graph, but it only support x-y axis only...

Re: How to make a 3D Graph (X-Y-Z Axis)

Posted: Sun May 24, 2009 6:19 am
by jayshields
You're right. The charts I was talking about don't seem to support 3D. I can't imagine why you've been set a task to generate 3D graphs in PHP - it's something quite big to take on.