Tracekill Posted January 19, 2007 Share Posted January 19, 2007 I remember seeing around somewhere that you could create graphs using built-in classes in PHP. If this is not true, do you guys know of a way that I can accomplish this? All I want is cartesian graphing. Link to comment https://forums.phpfreaks.com/topic/34916-graphing-in-php/ Share on other sites More sharing options...
SharkBait Posted January 19, 2007 Share Posted January 19, 2007 You probably want to look at the GD Library with PHP.Baarnd (I can't remembe rthe spelling) I believe might have classes that he create with PHP to do graphing. Link to comment https://forums.phpfreaks.com/topic/34916-graphing-in-php/#findComment-164647 Share on other sites More sharing options...
utexas_pjm Posted January 19, 2007 Share Posted January 19, 2007 Check out jpgraph http://www.aditus.nu/jpgraph/.Best,Patrick Link to comment https://forums.phpfreaks.com/topic/34916-graphing-in-php/#findComment-164649 Share on other sites More sharing options...
Hypnos Posted January 19, 2007 Share Posted January 19, 2007 I use JpGraph as well.Tutorial on using it:http://www.phpfreaks.com/tutorials/112/0.php Link to comment https://forums.phpfreaks.com/topic/34916-graphing-in-php/#findComment-164650 Share on other sites More sharing options...
utexas_pjm Posted January 19, 2007 Share Posted January 19, 2007 Sorry... jpgraph is probably not what you're looking for. You can find the source for my graphing calculator here: http://calc.patrickmizer.com does cartesian and polar.Best,Patrick Link to comment https://forums.phpfreaks.com/topic/34916-graphing-in-php/#findComment-164653 Share on other sites More sharing options...
eric1235711 Posted January 19, 2007 Share Posted January 19, 2007 jpgraph is very nice! It does anything and it have very good documentation!In my job people use one made with xml and flash... but I still love jpgraphit´s wonderfull...I love that retro look LOL Link to comment https://forums.phpfreaks.com/topic/34916-graphing-in-php/#findComment-164658 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.