[rkward-cvs] SF.net SVN: rkward: [1011] trunk/rkward/rkward/plugins/plots/ecdf_plot.php

sjar at users.sourceforge.net sjar at users.sourceforge.net
Sun Dec 17 00:13:05 UTC 2006


Revision: 1011
          http://svn.sourceforge.net/rkward/?rev=1011&view=rev
Author:   sjar
Date:     2006-12-16 16:13:04 -0800 (Sat, 16 Dec 2006)

Log Message:
-----------
datadensity removed since no useful implementation

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/ecdf_plot.php

Modified: trunk/rkward/rkward/plugins/plots/ecdf_plot.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/ecdf_plot.php	2006-12-17 00:08:00 UTC (rev 1010)
+++ trunk/rkward/rkward/plugins/plots/ecdf_plot.php	2006-12-17 00:13:04 UTC (rev 1011)
@@ -15,7 +15,7 @@
 ?>
 rk.header ("ECDF", list ("Variable", rk.get.description (<? echo ($x); ?>), "Minimum", rk.min, "Maximum", rk.max, "Length", rk.length))
 rk.graph.on ()
-plot.ecdf (<? echo ($x); ?>, <? getRK ("plotoptions.code.printout"); ?>, <? getRK ("dopoints"); ?>, <? getRK ("vertical"); ?>, datadensity="rug")
+plot.ecdf (<? echo ($x); ?>, <? getRK ("plotoptions.code.printout"); ?>, <? getRK ("dopoints"); ?>, <? getRK ("vertical"); ?>)
 curve(pnorm, from= rk.min, to= rk.max, add=TRUE, col="<? echo ($col); ?>")
 rug(<? echo ($x); ?>)
 rk.graph.off ()


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