I have to build a web application which is a part of my research project. I have some data, which has to be displayed as a bar graph. Basically its scientific (spectroscopic data).
A sample gif file can be seen here

I am using PHP for this application.
Now my question is that which Image class library should I go for. I have seen a few articles and they have used JPGraphs, GD, HTML_Images etc.
Can anybody advice me which class library would be suitable for me (easy, scalable etc).
Thanks.