RE: [PHP] Graphing

2012-03-20 Thread Ross Hansen
create them my self but that is more just because i enjoy trying to learn. Regards Ross > CC: php-general@lists.php.net > From: phps...@gmail.com > Date: Sun, 18 Mar 2012 11:27:23 -0400 > To: hansen.r...@live.com.au > Subject: Re: [PHP] Graphing > > > > On 2012-03-

Re: [PHP] Graphing

2012-03-18 Thread Bastien
On 2012-03-18, at 9:33 AM, Ross Hansen wrote: > Hey all, > > I have been working with php for a few years but mostly simple stuff. I'm now > looking at doing some graphing but have no experience with dynamic images. > > I have never used imagecreate but have seen one example of it and not s

Re: [PHP] Graphing

2012-03-18 Thread Mike Mackintosh
Take a look at pChart2. It's the simplest and quickest way to generate a lot of nice graphs. Only requires GD. Look at the source and you can follow their syntax. -- Mike Mackintosh www.HighOnPHP.com On Sunday, March 18, 2012 at 9:33, Ross Hansen wrote: > Hey all, > > I have been working w

Re: [PHP] Graphing

2012-03-18 Thread Ashley Sheridan
Ross Hansen wrote: >Hey all, > >I have been working with php for a few years but mostly simple stuff. >I'm now looking at doing some graphing but have no experience with >dynamic images. > >I have never used imagecreate but have seen one example of it and not >sure if it is really what i'm afte

Re: [PHP] Graphing

2012-03-18 Thread David OBrien
Highcharts.com On Mar 18, 2012 9:34 AM, "Ross Hansen" wrote: > > Hey all, > > I have been working with php for a few years but mostly simple stuff. I'm now looking at doing some graphing but have no experience with dynamic images. > > I have never used imagecreate but have seen one example of it

[PHP] Re: PHP Graphing Libraries...?

2009-06-05 Thread Al
li...@mgreg.com wrote: Hi All, I'm currently looking for a quality (preferably open source) PHP graphing library that will allow me to create various graphs and plot points. I've seen several that do some amazing things, but cost a fortune -- others are either limited, lack documentation,

[PHP] Re: PHP Graphing Libraries...?

2009-06-04 Thread pan
wrote in message news:4fcc2030-9483-49d9-962c-1849a0987...@mgreg.com... | Hi All, | | I'm currently looking for a quality (preferably open source) PHP | graphing library that will allow me to create various graphs and plot | points. I've seen several that do some amazing things, but cost a | fo

Re: [PHP] Graphing Webstats using MRTG/PHP/MYSQL?

2004-08-02 Thread Fernando Gutierrez
see cacti: http://www.raxnet.net/products/cacti/ On Thu, 29 Jul 2004 14:03:08 +0800, Louie Miranda <[EMAIL PROTECTED]> wrote: > has anyone know any tools related to this? > > Graphing Webstats using MRTG/PHP/MYSQL? > > -- > Louie Miranda > http://www.axishift.com > > -- > PHP General Mailing L

Re: [PHP] Graphing Webstats using MRTG/PHP/MYSQL?

2004-07-29 Thread Louie Miranda
i was thingking more of php+mysql, then mrtg will get all the data from the sql or the php. something like that On Thu, 29 Jul 2004 10:50:09 +0300, Skippy <[EMAIL PROTECTED]> wrote: > Quoting Louie Miranda <[EMAIL PROTECTED]>: > > has anyone know any tools related to this? > > Graphing Webstats us

Re: [PHP] Graphing Webstats using MRTG/PHP/MYSQL?

2004-07-29 Thread Skippy
Quoting Louie Miranda <[EMAIL PROTECTED]>: > has anyone know any tools related to this? > Graphing Webstats using MRTG/PHP/MYSQL? Why MRTG _and_ PHP? AFAIK MRTG produces its own HTML and images. You can either use MRTG with whatever data (webstats) you collected or you can use PHP+MySQL for that a

[PHP] Re: PHP graphing tool?

2004-05-10 Thread Kim Steinhaug
You will find a couple on phpclasses.org, also a few on sourceforge.net Some googling and youll find a few more. Ive been down the same road, finally youll see that accually there are no free ones usable for your project (atleast I had a real hard time finding some). There are some really great f

Re: [PHP] graphing packages

2002-04-15 Thread Allen Lee
cacti http://www.raxnet.net/products/cacti/ Allen Lee http://www.modwest.com Modwest PHP Hosting On Mon, 15 Apr 2002, Jason Wong wrote: > On Monday 15 April 2002 07:14, Christian Calloway wrote: > > hey ppl, > > > > I need to create some fairly complex graphs dynamically, and I need to be >

RE: [PHP] graphing packages

2002-04-15 Thread nospam
hi you could try http://www.aditus.nu/jpgraph/ which looks awesome, but i'm not sure about the license, so please check it... Sebastian > -Original Message- > From: Christian Calloway [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 1:15 AM > To: [EMAIL PROTECTED] > Subjec

Re: [PHP] graphing packages

2002-04-15 Thread Pavel Jartsev
Christian Calloway wrote: > hey ppl, > > I need to create some fairly complex graphs dynamically, and I need to be > able to specify line, bar, or pie charts. Are there any PHP packages that > someone could point me to that would fill my needs. Thanks > > > Maybe this helps a little: http://f

Re: [PHP] graphing packages

2002-04-15 Thread heinisch
At 14.04.2002 19:14, you wrote: >hey ppl, > >I need to create some fairly complex graphs dynamically, and I need to be >able to specify line, bar, or pie charts. Are there any PHP packages that >someone could point me to that would fill my needs. Thanks Have a look at : http://www.phpclasses.org

Re: [PHP] graphing packages

2002-04-15 Thread olinux
Never used any of these, but probably what you're looking for: http://www.zend.com/codex.php?CID=345 http://www.hotscripts.com/PHP/Scripts_and_Programs/Graphs_and_Charts/ olinux --- Christian Calloway <[EMAIL PROTECTED]> wrote: > hey ppl, > > I need to create some fairly complex graphs > dynam

Re: [PHP] graphing packages

2002-04-15 Thread Rasmus Lerdorf
Try jpgraph On Sun, 14 Apr 2002, Christian Calloway wrote: > hey ppl, > > I need to create some fairly complex graphs dynamically, and I need to be > able to specify line, bar, or pie charts. Are there any PHP packages that > someone could point me to that would fill my needs. Thanks > > > > --

Re: [PHP] graphing packages

2002-04-15 Thread eat pasta type fasta
http://www.php.net/manual/en/ref.image.php user comments have a lot of stuff about compling GD issues then php builder has some working tutorials like this one http://www.phpbuilder.com/columns/wiesendanger20001218.php3 i was able to take the code from it code and plug in into a dynamic situati

Re: [PHP] graphing packages

2002-04-15 Thread Jason Wong
On Monday 15 April 2002 07:14, Christian Calloway wrote: > hey ppl, > > I need to create some fairly complex graphs dynamically, and I need to be > able to specify line, bar, or pie charts. Are there any PHP packages that > someone could point me to that would fill my needs. Thanks There is jpgra