From: <hba...@us...> - 2009-02-22 17:24:48
|
Revision: 9581 http://plplot.svn.sourceforge.net/plplot/?rev=9581&view=rev Author: hbabcock Date: 2009-02-22 17:24:44 +0000 (Sun, 22 Feb 2009) Log Message: ----------- Fixed a typo that was leading to invalid php. Modified Paths: -------------- trunk/www/examples.php Modified: trunk/www/examples.php =================================================================== --- trunk/www/examples.php 2009-02-21 23:59:08 UTC (rev 9580) +++ trunk/www/examples.php 2009-02-22 17:24:44 UTC (rev 9581) @@ -102,6 +102,7 @@ \n"), array(31, 1, 1, " <p>Diagnostic demo to exercise all our set/get functions. The result should be a properly-formatted empty plot with black background.</p> + \n"), array(32, 1, 1, " <p>Demo of how to draw box-whisker / candlestick plots using plplot. These are commonly used for financial data.</p> \n")); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |