Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Script-Tutorials.com:
Creating a Smooth Curve Graphs with PHP and GD
Oct 25, 2011 @ 16:27:51

On Script-Tutorials.com there's a new tutorial posted showing you how you can get better curves on your graphs with PHP and GD (the key is in the "CubicSplines" class, providing a few extra calculations to make "splines", a mathematical method for smoothing out values).

Today I have new article for PHP. I will tell you about drawing graphs with GD. Plus – we will smooth our graph with curve lines using cubic splines interpolation method. You can read more about method at Wikipedia.

All of the code is included in the post, ready for cop and pasting - the HTML, CSS plus the PHP to generate the graph, plot the points and apply the cubic splines values. You can check out a live demo of it in action or just download the code and get started on your own.

tagged: smooth curve graph gd tutorial cubic splines

Link:


Trending Topics: