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
[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
-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/
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
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
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
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
[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
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
[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
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
--
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
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 :
"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
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
15 matches
Mail list logo