RE: [PHP] Graphing

2012-03-20 Thread Ross Hansen

Thanks Everyone for your responses.

I apologize for not responding sooner however i was away from the computer and 
was not able to check my email or look into this further.

I am quite interested in a few of them so i will do further testing and 
research. I was also hoping to learn how to 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-18, at 9:33 AM, Ross Hansen hansen.r...@live.com.au 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 after.
  It needs to graph changing data from a mysql db.
  I also understand php might not be the best option due to the server load.
  
  Just want to get peoples thoughts and suggestions.
  Was so looking at jquery.
  
  Looking forward your responses.
  
  Regards
  Ross
  
 
 If you are looking at a js type dataviz, check out kendo-ui ( built on jquery 
 )
 
 If you want php based then there are tons of options (YMMV)
 
 - phpplot
 - jgraph
 - etc ( a quick google will give you more)
 
 Bastien
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
  

[PHP] Graphing

2012-03-18 Thread Ross Hansen
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 after.
It needs to graph changing data from a mysql db.
I also understand php might not be the best option due to the server load.

Just want to get peoples thoughts and suggestions.
Was so looking at jquery.

Looking forward your responses.

Regards
Ross



Re: [PHP] Graphing

2012-03-18 Thread David OBrien
Highcharts.com

On Mar 18, 2012 9:34 AM, Ross Hansen hansen.r...@live.com.au 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 after.
 It needs to graph changing data from a mysql db.
 I also understand php might not be the best option due to the server load.

 Just want to get peoples thoughts and suggestions.
 Was so looking at jquery.

 Looking forward your responses.

 Regards
 Ross


Highcharts.com


Re: [PHP] Graphing

2012-03-18 Thread Ashley Sheridan


Ross Hansen hansen.r...@live.com.au 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 after.
It needs to graph changing data from a mysql db.
I also understand php might not be the best option due to the server
load.

Just want to get peoples thoughts and suggestions.
Was so looking at jquery.

Looking forward your responses.

Regards
Ross

I would recommend rgraph, from one of the very good contributors to this list. 
It works with canvas and has more options than you could ever need in one app. 
You can get it at rgraph.net

Thanks,
Ash
http://ashleysheridan.co.uk

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 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 after.
 It needs to graph changing data from a mysql db.
 I also understand php might not be the best option due to the server load.
 
 Just want to get peoples thoughts and suggestions.
 Was so looking at jquery.
 
 Looking forward your responses.
 
 Regards
 Ross
 
 




Re: [PHP] Graphing

2012-03-18 Thread Bastien


On 2012-03-18, at 9:33 AM, Ross Hansen hansen.r...@live.com.au 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 after.
 It needs to graph changing data from a mysql db.
 I also understand php might not be the best option due to the server load.
 
 Just want to get peoples thoughts and suggestions.
 Was so looking at jquery.
 
 Looking forward your responses.
 
 Regards
 Ross
 

If you are looking at a js type dataviz, check out kendo-ui ( built on jquery )

If you want php based then there are tons of options (YMMV)

- phpplot
- jgraph
- etc ( a quick google will give you more)

Bastien
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-08 Thread Richard Heyes
 ...

Something like the last example?

http://dev.rgraph.net/examples/scatter.html

And before you ask, you can only have one line :-)

-- 
Richard Heyes
HTML5 graphing: RGraph (www.rgraph.net - updated 6th June)
PHP mail: RMail (www.phpguru.org/rmail)
PHP datagrid: RGrid (www.phpguru.org/rgrid)
PHP Template: RTemplate (www.phpguru.org/rtemplate)
PHP SMTP: http://www.phpguru.org/smtp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-08 Thread Richard Heyes
Hi (again),

 And before you ask, you can only have one line :-)

Though thinking a bit more about this, you could achieve it straight
forwardly enough.

-- 
Richard Heyes
HTML5 graphing: RGraph (www.rgraph.net - updated 6th June)
PHP mail: RMail (www.phpguru.org/rmail)
PHP datagrid: RGrid (www.phpguru.org/rgrid)
PHP Template: RTemplate (www.phpguru.org/rtemplate)
PHP SMTP: http://www.phpguru.org/smtp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-08 Thread Richard Heyes
Hi,

 Don't see anything except a grid on Firefox 3.0.10 on PC.

Yes the whole library requires FF3.5+, Safari 4+ or Chrome 2+.

http://www.rgraph.net/#browser

-- 
Richard Heyes
HTML5 graphing: RGraph (www.rgraph.net - updated 6th June)
PHP mail: RMail (www.phpguru.org/rmail)
PHP datagrid: RGrid (www.phpguru.org/rgrid)
PHP Template: RTemplate (www.phpguru.org/rtemplate)
PHP SMTP: http://www.phpguru.org/smtp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-07 Thread li...@mgreg.com


On Jun 7, 2009, at 5:37 AM, Richard Heyes wrote:


Hi,

Can I still link the scatter points with lines for readability?   
I'm not
sure why an API would require a y for every x.  I've rarely  
worked with

data sets that follow an exact set of X coords.


Then where would the point go if you had no y value?

--
Richard Heyes



It should simply plot the points (and connecting lines)  
independently.  It should also consider the min/max values of all data  
sets and create those automatically if you don't set the min/max  
manually.


I wasn't saying that I lacked X values -- rather, I don't have a Y for  
every X of every other item.  For instance, say I logged information  
at 10 o'clock AM for some events, while I didn't log until 10:30 for  
other events.  I don't want to be forced to place something in 10:00  
AM just to make the event spacing work.


Perhaps I'm simply asking the wrong question.  I find that's often the  
case with me.  Creating it with GD would be simple enough, as the idea  
isn't rocket science.  I simply lack time after my current phase to do  
so, which is why I was hoping something intuitive existed so I could  
jump right to it.



To restate, the following does *NOT* apply to any data I have:

X-TIMES(8, 9, 10, 11)
DATA-Y1(200,100,400,600)
DATA-Y2(40,23,12,84)

...as DATA-Y2 didn't log data at 8 and 10, but rather at 8:30 and  
10:30.  Therefore, while I certainly can use an X axis labeled from 8  
am to 11 am, I need different X values for some DATA sets.  I need to  
be able to plot completely independent X,Y values -- and still connect  
them with lines to see trends.  Reasonable, no?



Michael

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-07 Thread Richard Heyes
Hi,

 Reasonable, no?

Could be, but I don't follow. A point has an X coord and a Y coord,
and with a line chart you simply connect the dots (much like a
dot-to-dot). Like the charts here:

http://dev.rgraph.net/examples/line.html

Or perhaps I'm not quite following (entirely likely) ?

-- 
Richard Heyes
HTML5 graphing: RGraph (www.rgraph.net - updated 6th June)
PHP mail: RMail (www.phpguru.org/rmail)
PHP datagrid: RGrid (www.phpguru.org/rgrid)
PHP Template: RTemplate (www.phpguru.org/rtemplate)
PHP SMTP: http://www.phpguru.org/smtp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-05 Thread Michael A. Peters

li...@mgreg.com wrote:


On Jun 5, 2009, at 5:26 AM, Richard Heyes wrote:


...


I would have to suggest RGraph... ( http://www.rgraph.net ) :-) It's
uses canvas though, so browser support is limited at the moment though
to Firefox 3.5, Safari 4 and Chrome  2.



I've looked at the docs and I don't see how exactly it handles x,y 
plotting.  I need the ability to plot multiple lines (which it obviously 
does) with wildly varying x,y values.   It seems that all of these 
libraries cheat and force common x values via the labels.  I need 
something like the following (all in the same chart):


$line_one_data = [x,y,x,y,x,y,x,y,x,y,x,y,x,y,x,y,x,y,x,y,x,y,x,y]
$line_two_data = [x,y,x,y,x,y,x,y]
$line_three_data = [x,y,x,y,x,y,x,y,x,y,x,y,x,y]

$graph-plot($line_one_data,$line_two_data,$line_three_data)

As I said, each line has its own set of x,y, and although they're 
all obviously numbers, they don't all have y results at the same x 
intervals so I need to be able to control them independently.  Surely 
there's something that can accommodate this...?


Sure - the gd library.
Scale the x/y position according to your needs.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-05 Thread li...@mgreg.com


On Jun 5, 2009, at 9:41 AM, Michael A. Peters wrote:


Sure - the gd library.
Scale the x/y position according to your needs.



Well, I was trying to avoid building from scratch, but you may be  
right.  I'm surprised no one else has need for an intuitive setup of  
this nature.



Thanks,
Michael

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

2009-06-05 Thread tedd

At 4:33 PM -0400 6/4/09, 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, or 
don't allow plotting of points for multiple entities within the same 
graph.


Can anyone make any quality suggestions?

Best,
Michael


Michael:

All sorts of stuff out there -- check out GDGraph

Here's an example:

http://webbytedd.com/ccc/charts/

Cheers,

tedd


--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-05 Thread Richard Heyes
Hi,

 I've looked at the docs and I don't see how exactly it handles x,y
 plotting.  I need the ability to plot multiple lines (which it obviously
 does) with wildly varying x,y values.   It seems that all of these
 libraries cheat and force common x values via the labels.  I need
 something like the following (all in the same chart):
 $line_one_data = [x,y,x,y,x,y,x,y,x,y,x,y,x,y,x,y,x,y,x,y,x,y,x,y]
 $line_two_data = [x,y,x,y,x,y,x,y]
 $line_three_data = [x,y,x,y,x,y,x,y,x,y,x,y,x,y]
 $graph-plot($line_one_data,$line_two_data,$line_three_data)
 As I said, each line has its own set of x,y, and although they're all
 obviously numbers, they don't all have y results at the same x intervals
 so I need to be able to control them independently.  Surely there's
 something that can accommodate this...?

Well the line doesn't do this, the X values are linear. However the
Scatter works like this. ie You set an maximum X value and the X
values are put in the corresponding places.

-- 
Richard Heyes
HTML5 graphing: RGraph (www.rgraph.net - updated 23rd May)
PHP mail: RMail (www.phpguru.org/rmail)
PHP datagrid: RGrid (www.phpguru.org/rgrid)
PHP Template: RTemplate (www.phpguru.org/rtemplate)
PHP SMTP: http://www.phpguru.org/smtp

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-05 Thread cr.vegelin

Hi Friends,

I don't remember the exact OP's question, but for graphing I use
the Google Chart API ; see:
http://code.google.com/apis/chart/#radar

For an overview of chart types, see:
http://code.google.com/apis/chart/types.html

HTH, Cor

- Original Message - 
From: tedd tedd.sperl...@gmail.com

To: php-general@lists.php.net; li...@mgreg.com
Sent: Friday, June 05, 2009 7:31 PM
Subject: Re: [PHP] PHP Graphing Libraries...?



At 4:33 PM -0400 6/4/09, 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, or 
don't allow plotting of points for multiple entities within the same 
graph.


Can anyone make any quality suggestions?

Best,
Michael


Michael:

All sorts of stuff out there -- check out GDGraph

Here's an example:

http://webbytedd.com/ccc/charts/

Cheers,

tedd


--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
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




[PHP] PHP Graphing Libraries...?

2009-06-04 Thread li...@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  
fortune -- others are either limited, lack documentation, or don't  
allow plotting of points for multiple entities within the same graph.


Can anyone make any quality suggestions?

Best,
Michael

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-04 Thread Gary Smith

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, or don't 
allow plotting of points for multiple entities within the same graph.


Can anyone make any quality suggestions?

JpGraph?

Gary

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-04 Thread li...@mgreg.com


On Jun 4, 2009, at 4:35 PM, Gary Smith wrote:

JpGraph?

Gary



Thanks Gary.  I've actually been looking at both JpGraph (http://www.aditus.nu/jpgraph/ 
)  and XML/SWF Charts (http://www.maani.us/xml_charts/index.php).   
However, JpGraphs is one of those that suffers from horrendous  
documentation, and neither seems to allow X-independent graphing for  
multiple entities on the same graph.  For instance, I can't give one  
entity its own array of  x,y coordinates and provide another entity  
with an entirely different set of x,y coordinates.  I must create a  
new graph for each and every entity.


My current task is an electrical one.  I'm writing an app to plot KWH  
values at specific increments.  However, the increments are unique to  
each particular event.  I can't make my X-axis uniform because not  
every event records data at every second.  And I, of course, can't  
haphazardly insert 0 values to accommodate spacing as that falsifies  
the data.  So I need to be able to plot (KWH, TIME) for multiple  
entities on the same graph.   However, as I said, neither of those  
packages seem to accommodate this in a straightforward manner.


Thoughts?


Thanks,
Michael

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-04 Thread pan

li...@mgreg.com 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
| fortune -- others are either limited, lack documentation, or don't
| allow plotting of points for multiple entities within the same graph.
|
| Can anyone make any quality suggestions?
|
| Best,
| Michael

http://www.celeste.cn/PHP-GNUPlot/




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-04 Thread Paul M Foster
On Thu, Jun 04, 2009 at 01:50:28PM -0700, Michael A. Peters wrote:

 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, or don't allow
 plotting of points for multiple entities within the same graph.

 Can anyone make any quality suggestions?

 Best,
 Michael


 gnuplot may be what you want - but it doesn't have php bindings as far
 as I know, so you'll have to call it via a system call.

I use Gnuplot every week to graph the statistics of my business. It's
extremely flexible, and will output not only to graphics formats, but to
PDF format, if I'm not mistaken.

Paul

-- 
Paul M. Foster

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2009-06-04 Thread Michael A. Peters

Paul M Foster wrote:

On Thu, Jun 04, 2009 at 01:50:28PM -0700, Michael A. Peters wrote:


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, or don't allow
plotting of points for multiple entities within the same graph.

Can anyone make any quality suggestions?

Best,
Michael


gnuplot may be what you want - but it doesn't have php bindings as far
as I know, so you'll have to call it via a system call.


I use Gnuplot every week to graph the statistics of my business. It's
extremely flexible, and will output not only to graphics formats, but to
PDF format, if I'm not mistaken.


I know for a fact it outputs to postscript, as I've used that with TeX 
before, so it probably does pdf as well (and if not - pdf is just a 
ps2pdf away).


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 


-- 
-- Fernando Gutierrez Perez --
gmeileando un poco :)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2004-07-29 Thread Louie Miranda
has anyone know any tools related to this?

Graphing Webstats using MRTG/PHP/MYSQL?

-- 
Louie Miranda
http://www.axishift.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 and generate graphs from PHP.

There must be PHP solutions to generating graphs out there, or you
can write your own.

-- 
Romanian Web Developers - http://ROWD.ORG

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 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 and generate graphs from PHP.
 
 There must be PHP solutions to generating graphs out there, or you
 can write your own.
 
 --
 Romanian Web Developers - http://ROWD.ORG
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 


-- 
Louie Miranda
http://www.axishift.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP graphing tool?

2004-05-10 Thread Amanda Hemmerich
Is there a PHP tool or module out there that would be good for creating
line or bar graphs?  I'm looking for something I can pass numbers to and
it will just graph those numbers.

Any recommendations?

Thanks!
Amanda

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP graphing tool?

2004-05-10 Thread Adam Voigt
http://www.aditus.nu/jpgraph/

On Mon, 2004-05-10 at 16:10, Amanda Hemmerich wrote:
 Is there a PHP tool or module out there that would be good for creating
 line or bar graphs?  I'm looking for something I can pass numbers to and
 it will just graph those numbers.
 
 Any recommendations?
 
 Thanks!
 Amanda
-- 

Adam Voigt
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP graphing tool?

2004-05-10 Thread Amanda Hemmerich
Also, the cheaper, the better, and free is best!

Thanks again.

On Mon, 10 May 2004, Adam Voigt wrote:

 http://www.aditus.nu/jpgraph/
 
 On Mon, 2004-05-10 at 16:10, Amanda Hemmerich wrote:
  Is there a PHP tool or module out there that would be good for creating
  line or bar graphs?  I'm looking for something I can pass numbers to and
  it will just graph those numbers.
  
  Any recommendations?
  
  Thanks!
  Amanda
 -- 
 
 Adam Voigt
 [EMAIL PROTECTED]
 
 
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP graphing tool?

2004-05-10 Thread Torsten Roehr
Amanda Hemmerich [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Also, the cheaper, the better, and free is best!

Older versions are available for free but may not be used commercially:
http://www.aditus.nu/jpgraph/jpdownload.php

Regards, Torsten


 Thanks again.

 On Mon, 10 May 2004, Adam Voigt wrote:

  http://www.aditus.nu/jpgraph/
 
  On Mon, 2004-05-10 at 16:10, Amanda Hemmerich wrote:
   Is there a PHP tool or module out there that would be good for
creating
   line or bar graphs?  I'm looking for something I can pass numbers to
and
   it will just graph those numbers.
  
   Any recommendations?
  
   Thanks!
   Amanda
  --
 
  Adam Voigt
  [EMAIL PROTECTED]
 
 
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 flash graphs out there, and the last year the
pricing has dropped to a reasonable one aswell so you might aswell
look at the comercial sollutions out there, they have become real good.

Well, thats one day worth of work summed up for you in one handy
little reply, :)

-- 
-- 
Kim Steinhaug
--
There are 10 types of people when it comes to binary numbers:
those who understand them, and those who don't.
--
www.steinhaug.com - www.easywebshop.no - www.webkitpro.com
--

Amanda Hemmerich [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Is there a PHP tool or module out there that would be good for creating
 line or bar graphs?  I'm looking for something I can pass numbers to and
 it will just graph those numbers.

 Any recommendations?

 Thanks!
 Amanda

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 jpgraph. Also take a look in www.phpclasses.org.

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
Please keep your hands off the secretary's reproducing equipment.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 
situation without much ado

R


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



-- 
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] 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



 --
 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] 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
 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
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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/
and look for graphics.

Also http://www.vhconsultants.com/ offer a real good package for your
problem. Look for the older library, which is free for personal use, and don´t
require a Zend optimizer.

Oliver


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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://freshmeat.net/projects/phpgraphs/

-- 
Pavel a.k.a. Papi


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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]
 Subject: [PHP] graphing packages
 
 
 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
 
 
 
 -- 
 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] 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
  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 jpgraph. Also take a look in www.phpclasses.org.
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] graphing packages

2002-04-14 Thread Christian Calloway

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



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Graphing Question

2002-03-08 Thread Chris Seymour

Hi All,
Does anyone know of a graphing package that will allow a line graph with 
labels on the data points?

Thanks in advance.

Chris

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php