Hi,
What is the difference between JPgraph and gdlib.
Which one is best to be used.
Differences
Moderators: onion2k, General Moderators
-
jeffery
- Forum Contributor
- Posts: 105
- Joined: Mon Apr 03, 2006 3:13 am
- Location: Melbourne, Australia
- Contact:
Re: Differences
JPgraph is a PHP library which utilises the php-gd library functions to create pretty graphs. You can use the GD library functions to build your own image graphs, charts etc.. but JPgraph makes it simpler for you as all the hard-work is done for yousandy1028 wrote:Hi,
What is the difference between JPgraph and gdlib.
Which one is best to be used.