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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tengkie
Forum Newbie
Posts: 6
Joined: Sat Apr 18, 2009 11:17 am

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

Post 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
User avatar
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)

Post 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.
tengkie
Forum Newbie
Posts: 6
Joined: Sat Apr 18, 2009 11:17 am

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

Post by tengkie »

yupe, i once found a flash based graph, but it only support x-y axis only...
User avatar
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)

Post 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.
Post Reply