From: <and...@us...> - 2009-01-11 13:22:13
|
Revision: 9294 http://plplot.svn.sourceforge.net/plplot/?rev=9294&view=rev Author: andrewross Date: 2009-01-11 12:06:27 +0000 (Sun, 11 Jan 2009) Log Message: ----------- Update tcl / tk demo scripts to include example 31. Modified Paths: -------------- trunk/examples/tcl/tcldemos.tcl trunk/examples/tk/tkdemos.tcl Modified: trunk/examples/tcl/tcldemos.tcl =================================================================== --- trunk/examples/tcl/tcldemos.tcl 2009-01-11 05:18:38 UTC (rev 9293) +++ trunk/examples/tcl/tcldemos.tcl 2009-01-11 12:06:27 UTC (rev 9294) @@ -20,7 +20,7 @@ # Tcl scripts compatible. #---------------------------------------------------------------------------- -for {set i 1} {$i <= 30} {incr i} { +for {set i 1} {$i <= 31} {incr i} { set demo x[format "%02d" $i] source $demo.tcl # restore defaults Modified: trunk/examples/tk/tkdemos.tcl =================================================================== --- trunk/examples/tk/tkdemos.tcl 2009-01-11 05:18:38 UTC (rev 9293) +++ trunk/examples/tk/tkdemos.tcl 2009-01-11 12:06:27 UTC (rev 9294) @@ -21,7 +21,7 @@ plxframe .plw pack append . .plw {left expand fill} -for {set i 1} {$i <= 30} {incr i} { +for {set i 1} {$i <= 31} {incr i} { set demo x[format "%02d" $i] source $demo.tcl proc $i {} "$demo .plw.plwin" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |