[rkward-cvs] SF.net SVN: rkward:[2748] trunk/rkward/tests/plots/RKTestStandard.piechart. rkcommands.R

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sun Feb 21 11:33:36 UTC 2010


Revision: 2748
          http://rkward.svn.sourceforge.net/rkward/?rev=2748&view=rev
Author:   tfry
Date:     2010-02-21 11:33:36 +0000 (Sun, 21 Feb 2010)

Log Message:
-----------
Adjust to cosmetic changes

Modified Paths:
--------------
    trunk/rkward/tests/plots/RKTestStandard.piechart.rkcommands.R

Modified: trunk/rkward/tests/plots/RKTestStandard.piechart.rkcommands.R
===================================================================
--- trunk/rkward/tests/plots/RKTestStandard.piechart.rkcommands.R	2010-02-21 11:27:22 UTC (rev 2747)
+++ trunk/rkward/tests/plots/RKTestStandard.piechart.rkcommands.R	2010-02-21 11:33:36 UTC (rev 2748)
@@ -11,7 +11,7 @@
 
 rk.graph.on ()
 try ({
-	pie(x, clockwise =1, density =3+ 1 * 0:length (x), angle =45+ 6 * 0:length (x), col=gray.colors (if(is.matrix(x)) dim(x) else length(x)))
+	pie(x, clockwise =1, density =3 + 1 * 0:length (x), angle =45 + 6 * 0:length (x), col=gray.colors (if(is.matrix(x)) dim(x) else length(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