Re: [PHP] Graphs

2007-02-06 Thread Richard Lynch
On Tue, February 6, 2007 5:42 am, Kristian Erendi wrote: > I wish to draw graphs on a web page. > Can someone tell me which extension or package I should use? > Any examples? The answer is the same as it was yesterday. GD JPGraph Okay, somebody posted a third one I forgot already. Did you even

RE: [PHP] Graphs

2007-02-06 Thread Jay Blanchard
[snip] I wish to draw graphs on a web page. Can someone tell me which extension or package I should use? Any examples? [/snip] Google for jpgraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Graphs

2007-02-06 Thread David Blanco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Kristian Erendi escribió: > I wish to draw graphs on a web page. > Can someone tell me which extension or package I should use? > Any examples? I suppose you mean "Statistical graphs". If such a case, try jpgraph http://www.aditus.nu/jpgraph/

Re: [PHP] Graphs

2007-02-04 Thread Richard Lynch
On Sat, February 3, 2007 1:53 am, frank wrote: > yes it does a great job, almost every parameter even for the legend > can be > influenced by its methods and properties. i say jp graph is the best In my limited experience, I was able to "influence" every parameter, but not get the dang thing to sh

RE: [PHP] Graphs

2007-02-03 Thread Peter Lauri
Gnuplot can do it for you as well... Best regards, Peter Lauri www.dwsasia.com - company web site www.lauri.se - personal web site www.carbonfree.org.uk - become Carbon Free -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 12:56 PM To

Re: [PHP] Graphs

2007-02-02 Thread frank
yes it does a great job, almost every parameter even for the legend can be influenced by its methods and properties. i say jp graph is the best fra* > > JP Graph is always mentioned in this list. > > I generally just do GD directly, to get things laid out the way I > want, instead of sort of kind

Re: [PHP] Graphs

2007-02-02 Thread Richard Lynch
On Fri, February 2, 2007 4:55 am, [EMAIL PROTECTED] wrote: > I would like to add some graphing capability to an app of mine. What > package is recommended? I don't need anything too fancy, just some bar > graphs, pie charts, etc. JP Graph is always mentioned in this list. I generally just do GD d

Re: [PHP] Graphs

2007-02-02 Thread Lists
[EMAIL PROTECTED] skrev: I would like to add some graphing capability to an app of mine. What package is recommended? I don't need anything too fancy, just some bar graphs, pie charts, etc. Thank you in advance. Take a look a at: http://www.java2s.com then click on PHP in the menu and then

Re: [PHP] Graphs

2007-02-02 Thread LeaseWeb - Poelwijk
Or you could try JPgraph, i used it for several projects: http://www.aditus.nu/jpgraph/ Regards, Sander Poelwijk [EMAIL PROTECTED] wrote: I would like to add some graphing capability to an app of mine. What package is recommended? I don't need anything too fancy, just some bar graphs, pie

Re: [PHP] Graphs

2007-02-02 Thread Thomas Pedoussaut
[EMAIL PROTECTED] wrote: I would like to add some graphing capability to an app of mine. What package is recommended? I don't need anything too fancy, just some bar graphs, pie charts, etc. Thank you in advance. I use the PEAR module Image_Graph Officially it's still in alpha, but works li

Re: [PHP] Graphs

2006-01-22 Thread tedd
What is the best (Free) way to create good looking graphs with PHP? Sincerely berber berber: "Best?" -- whatever way that you like. If you like any of these, just ask I'll provide code. http://xn--ovg.com Last three. tedd --

Re: [PHP] Graphs

2006-01-22 Thread Michael Crute
On 1/22/06, Weber Sites LTD <[EMAIL PROTECTED]> wrote: > What is the best (Free) way to create good looking graphs with PHP? > Jpgraph is my favorite. Its got a pretty clean OO API and decent documentation. Plus its PHP5 compatible. -Mike -- Michael E. Crute Soft

Re: [PHP] Graphs

2006-01-22 Thread Ron Eggler (Paykiosks)
What kind of do u wanna have? Am Sonntag, den 22.01.2006, 10:46 +0200 schrieb Weber Sites LTD: > What is the best (Free) way to create good looking graphs with PHP? > > Sincerely > > berber > > Visit the Weber Sites Today, > To see where PHP might take you tomorrow. > PHP code examples :

[PHP] Re: PHP graphs

2003-02-28 Thread Steve Magruder
"K" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi guys, > I would like to read the IP address from a PC that connects to my web site. > Any function does that in PHP? SuperGlobal var in >= 4.1.0: $_SERVER['REMOTE_ADDR'] Global var in < 4.1.0: $HTTP_SERVER_VARS['REMOTE_ADDR'] S

RE: [PHP] Graphs using PHP

2002-05-31 Thread Leotta, Natalie (NCI/IMS)
Hi, Jason. I'm developing some really cool line/point and bar graphs. While the Image stuff is definitely quite different, I think you'd really like it once you get into it. Our graphs are generated dynamically from data in a database. I can't show you the graphs because they aren't ready for t