|
From: <ai...@us...> - 2009-01-26 22:55:38
|
Revision: 9399
http://plplot.svn.sourceforge.net/plplot/?rev=9399&view=rev
Author: airwin
Date: 2009-01-26 22:55:34 +0000 (Mon, 26 Jan 2009)
Log Message:
-----------
Add example 14 to list of those examples to be displayed. This completes
the list of all standard examples (1 through 31) that exist at this time.
Modified Paths:
--------------
trunk/www/examples.php
Modified: trunk/www/examples.php
===================================================================
--- trunk/www/examples.php 2009-01-26 21:43:58 UTC (rev 9398)
+++ trunk/www/examples.php 2009-01-26 22:55:34 UTC (rev 9399)
@@ -3,8 +3,7 @@
# Each element of the structure below contains:
# [ demo#, number of pages, particular thumbnail for top-level page, credits]
- # if number of pages==0 the entry is ignored (e.g. example 14 which requires
- # some stdin to specify name of second file)
+ # if number of pages==0 the entry is ignored (currently none are ignored).
$demoArray = array(
array( 1, 1, 1, ""),
array( 2, 2, 1, ""),
@@ -19,7 +18,7 @@
array(11, 8, 1, ""),
array(12, 1, 1, ""),
array(13, 1, 1, ""),
- array(14, 0, 0, ""),
+ array(14, 4, 1, ""),
array(15, 3, 1, ""),
array(16, 5, 1, ""),
array(17, 1, 1, ""),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|