From: <and...@us...> - 2009-02-05 20:06:46
|
Revision: 9457 http://plplot.svn.sourceforge.net/plplot/?rev=9457&view=rev Author: andrewross Date: 2009-02-05 20:06:41 +0000 (Thu, 05 Feb 2009) Log Message: ----------- Ensure example 32 is propagated to the website. Note currently C-only. Modified Paths: -------------- trunk/scripts/htdocs-gen_plot-examples.sh trunk/www/examples.php Modified: trunk/scripts/htdocs-gen_plot-examples.sh =================================================================== --- trunk/scripts/htdocs-gen_plot-examples.sh 2009-02-05 15:38:44 UTC (rev 9456) +++ trunk/scripts/htdocs-gen_plot-examples.sh 2009-02-05 20:06:41 UTC (rev 9457) @@ -82,7 +82,7 @@ $CP examples/c/lena.pgm . for exe in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 \ - 23 24 25 26 27 28 29 30 31; do + 23 24 25 26 27 28 29 30 31 32; do if [ $exe = "08" -o $exe = "16" -o $exe = "20" -o $exe = "30" ] ; then # The default cairo graphics AA looks good for these examples now Modified: trunk/www/examples.php =================================================================== --- trunk/www/examples.php 2009-02-05 15:38:44 UTC (rev 9456) +++ trunk/www/examples.php 2009-02-05 20:06:41 UTC (rev 9457) @@ -102,6 +102,8 @@ \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> + 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. |