From: <hba...@us...> - 2009-01-18 21:18:08
|
Revision: 9337 http://plplot.svn.sourceforge.net/plplot/?rev=9337&view=rev Author: hbabcock Date: 2009-01-18 21:18:07 +0000 (Sun, 18 Jan 2009) Log Message: ----------- Updated the version number and added example 31 to the examples web page. Modified Paths: -------------- trunk/www/examples.php Modified: trunk/www/examples.php =================================================================== --- trunk/www/examples.php 2009-01-18 20:21:21 UTC (rev 9336) +++ trunk/www/examples.php 2009-01-18 21:18:07 UTC (rev 9337) @@ -40,7 +40,8 @@ array(27, 10, 1, ""), array(28, 5, 1, ""), array(29, 3, 1, ""), - array(30, 2, 1, "")); + array(30, 2, 1, ""); + array(31, 1, 1, "")); ?> <!-- include the html header --> @@ -139,7 +140,7 @@ echo <<<END <h3>Examples</h3> <p>These examples were generated with the pngcairo device and - reflect the status of PLplot-5.9.1.</p> + reflect the status of PLplot-5.9.2.</p> <p>Select a thumbnail to view full-size image and source code.</p> <p> END; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |