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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Mar 28 16:07:56 UTC 2007


Revision: 1747
          http://svn.sourceforge.net/rkward/?rev=1747&view=rev
Author:   tfry
Date:     2007-03-28 09:07:56 -0700 (Wed, 28 Mar 2007)

Log Message:
-----------
Good catch, Illias. Modified the fix slightly to make more explicit, what's going on
(else I might remove that trailing space again, later, without thinking)

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-03-28 15:53:57 UTC (rev 1746)
+++ trunk/rkward/rkward/plugins/plots/barplot.php	2007-03-28 16:07:56 UTC (rev 1747)
@@ -21,9 +21,9 @@
 	$tabulate= getRK_val ("tabulate")=="TRUE";
 	
 ?>
-x <- <? echo ($var); ?> 
+x <- <? echo ($var . "\n"); ?>
 <?
-	if($tabulate) { ?>
+	if ($tabulate) { ?>
 x <- table(x, exclude=NULL)
 <?      } else { ?>
 # barplot is a bit picky about attributes, so we need to convert to vector explicitely


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