[rkward-cvs] SF.net SVN: rkward: [1446] trunk/rkward/rkward/plugins/plots/barplot.php

nono_231 at users.sourceforge.net nono_231 at users.sourceforge.net
Thu Feb 22 21:03:54 UTC 2007


Revision: 1446
          http://svn.sourceforge.net/rkward/?rev=1446&view=rev
Author:   nono_231
Date:     2007-02-22 13:03:54 -0800 (Thu, 22 Feb 2007)

Log Message:
-----------
Variable change at barplot pugin

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

Modified: trunk/rkward/rkward/plugins/plots/barplot.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/barplot.php	2007-02-22 20:48:49 UTC (rev 1445)
+++ trunk/rkward/rkward/plugins/plots/barplot.php	2007-02-22 21:03:54 UTC (rev 1446)
@@ -22,7 +22,7 @@
 }
 	
 function doPrintout ($final) {
-	$vars = str_replace ("\n", ",", trim (getRK_val ("x"))) ;
+	$vars = (getRK_val ("x")) ;
 	$labels = (getRK_val ("labels")=="TRUE");
 ?>
 rk.temp.x <- (<? echo ($vars); ?>)


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