RE: [PHP] Making Graph / Chart
--- Ralph Guzman <[EMAIL PROTECTED]> wrote: > Take a look at jpgraph: > > http://www.aditus.nu/jpgraph/ > Great! That's exactly what I want. Now, after I read the installation instruction for JPGraph, I notice I must have built PHP with GD support to use the functionality. The problem is that my PHP is NOT built with GD support. My question is: Can I load GD as a separate .so with dl("gb.so") instead of building PHP again? Thanks! > > -Original Message- > From: unkno me [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 27, 2004 5:25 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Making Graph / Chart > > Hi, > Does anyone know what function is needed to make > graphic chart like those line / pipe char? Any > example? > > Thanks! > > __ > Do you Yahoo!? > Yahoo! SiteBuilder - Free web site building tool. > Try it! > http://webhosting.yahoo.com/ps/sb/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] Making Graph / Chart
Take a look at jpgraph: http://www.aditus.nu/jpgraph/ -Original Message- From: unkno me [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 5:25 PM To: [EMAIL PROTECTED] Subject: [PHP] Making Graph / Chart Hi, Does anyone know what function is needed to make graphic chart like those line / pipe char? Any example? Thanks! __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] Making Graph / Chart
You could also look at http://sourceforge.net/projects/phplot/ I'm playing with that at the moment and it's doing quite a nice job. Olwen Williams [EMAIL PROTECTED] -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 3:30 PM To: unkno me Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Making Graph / Chart unkno me wrote: > Does anyone know what function is needed to make > graphic chart like those line / pipe char? Any > example? The easy, simple way is to just have PHP control the width of an image and stretch it. So if you had a 1x1 blue pixel image, you could stretch it 100 pixels for 100% and 50 pixels for 50%, etc... If you want more than that, Google for JPGraph. CAUTION - This message may contain privileged and confidential information intended only for the use of the addressee named above. If you are not the intended recipient of this message you are hereby notified that any use, dissemination, distribution or reproduction of this message is prohibited. If you have received this message in error please notify Safe Air Ltd immediately. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of Safe Air. _ For more information on the Safe Air Group, visit us online at http://www.safeair.co.nz/ _ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Making Graph / Chart
unkno me wrote: Does anyone know what function is needed to make graphic chart like those line / pipe char? Any example? The easy, simple way is to just have PHP control the width of an image and stretch it. So if you had a 1x1 blue pixel image, you could stretch it 100 pixels for 100% and 50 pixels for 50%, etc... If you want more than that, Google for JPGraph. -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ php|architect: The Magazine for PHP Professionals – www.phparch.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php