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
How to make a 3D Graph (X-Y-Z Axis)
Moderator: General Moderators
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: How to make a 3D Graph (X-Y-Z Axis)
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)
yupe, i once found a flash based graph, but it only support x-y axis only...
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: How to make a 3D Graph (X-Y-Z Axis)
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.