Actually, there is a complete graphing suite written in OO PHP that already
does all the hard work.  It is called jpgraph and located at
http://www.aditus.nu/jpgraph/. A bit of forewarning, you need to make sure
you have zlib, libpng, libjpeg, and gd installed and setup.  Of course, php
needs to be linked to the above libraries as well...

> -----Original Message-----
> From: Kjartan Mannes [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 01, 2002 6:48 AM
> To: [EMAIL PROTECTED]
> Cc: GreatKent
> Subject: Re: [PHP-WIN] Plot Graphs by PHP...
> 
> 
> Wednesday, January 31, 2001, 7:16:23 AM, GreatKent wrote:
> > Hi all, I wonder if PHP4 can plot graphs based on input formulas?
> 
> Should be possible using the gd lib functions:
> 
> http://www.php.net/manual/en/ref.image.php
> 
> -- 
> Kjartan <[EMAIL PROTECTED]> (http://natrak.net/)
> :: "Scandisk is now checking your hard disk. You can start
>     praying."
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to