tengkie Posted May 24, 2009 Share Posted May 24, 2009 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 Link to comment https://forums.phpfreaks.com/topic/159459-how-to-draw-3d-graph-x-y-z-axis/ Share on other sites More sharing options...
.josh Posted June 6, 2009 Share Posted June 6, 2009 coding-wise, you would use z just like x and y, except you would include x and y in the z formula as an offset. Link to comment https://forums.phpfreaks.com/topic/159459-how-to-draw-3d-graph-x-y-z-axis/#findComment-850564 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.