<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 08:44:52 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Script-Tutorials.com: Creating a Smooth Curve Graphs with PHP and GD]]></title>
      <guid>http://www.phpdeveloper.org/news/17038</guid>
      <link>http://www.phpdeveloper.org/news/17038</link>
      <description><![CDATA[<p>
On Script-Tutorials.com there's a new tutorial posted showing you how you can <a href="http://www.script-tutorials.com/smooth-curve-graphs-with-php-and-gd/">get better curves on your graphs</a> with PHP and GD (the key is in the "CubicSplines" class, providing a few extra calculations to make "splines", a mathematical method for <a href="http://en.wikipedia.org/wiki/Spline_(mathematics)">smoothing out values</a>).
</p>
<blockquote>
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 <a href="http://en.wikipedia.org/wiki/Cubic_splines">Wikipedia</a>.
</blockquote>
<p>
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 <a href="http://www.script-tutorials.com/demos/169/index.html">live demo</a> of it in action or just <a href="http://www.script-tutorials.com/demos/169/source.zip">download the code</a> and get started on your own.
</p>]]></description>
      <pubDate>Tue, 25 Oct 2011 11:27:51 -0500</pubDate>
    </item>
  </channel>
</rss>
