[rkward-cvs] SF.net SVN: rkward: [1554] trunk/rkward/rkward/plugins/distributions/clt/ plot_binomial_clt.php
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Mar 8 22:39:44 UTC 2007
Revision: 1554
http://svn.sourceforge.net/rkward/?rev=1554&view=rev
Author: tfry
Date: 2007-03-08 14:39:43 -0800 (Thu, 08 Mar 2007)
Log Message:
-----------
Remove left over } and use only a single try()-block
Modified Paths:
--------------
trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.php
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.php 2007-03-08 18:56:08 UTC (rev 1553)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.php 2007-03-08 22:39:43 UTC (rev 1554)
@@ -103,21 +103,21 @@
if ($final) {
?>
rk.graph.on ()
+try ({
<?
}
- if ($fun == "hist") {
+ if ($fun == "hist") {
?>
-try( plot(rk.temp.cltdistrib$hist<? echo ($yLim); echo ($histplotoptions); ?>) );
+ plot(rk.temp.cltdistrib$hist<? echo ($yLim); echo ($histplotoptions); ?>)
<?
} elseif ($fun == "dist") {
?>
-try( plot(ecdf(rk.temp.cltdistrib$avg)<? echo ($plotoptions); ?>) );
+ plot(ecdf(rk.temp.cltdistrib$avg)<? echo ($plotoptions); ?>)
<?
- }
}
if ($drawnorm) {
?>
-try (lines (x=rk.temp.cltdistrib$normX, y=rk.temp.cltdistrib$normY, type="<? getRK ("normpointtype"); ?>"<? getRK ("normlinecol.code.printout"); ?>));
+ lines (x=rk.temp.cltdistrib$normX, y=rk.temp.cltdistrib$normY, type="<? getRK ("normpointtype"); ?>"<? getRK ("normlinecol.code.printout"); ?>)
<?
}
if ($final) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list