http://support.microsoft.com/kb/213930 shows “How to Create a Bell Curve Chart”. I need to automate this with something that is as close to php as possible. Would really appreciate if someone can point me to some library/api etc that’ll make this easy …
http://support.microsoft.com/kb/213930 shows How to Create a Bell Curve Chart. I need to automate this
Share
If you do not want to make the chart directly with the GD library you could consider:
jpgraph and libchart.
I have used libchart before, but never to make a bell curve.
Here is an example in jpgraph that makes a type of bell curve: