[rkward-cvs] SF.net SVN: rkward: [1693] trunk/rkward/rkward/plugins/plots/ stripchart_plot.php
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Wed Mar 21 20:52:46 UTC 2007
Revision: 1693
http://svn.sourceforge.net/rkward/?rev=1693&view=rev
Author: sjar
Date: 2007-03-21 13:52:45 -0700 (Wed, 21 Mar 2007)
Log Message:
-----------
"group" added to parameters
Modified Paths:
--------------
trunk/rkward/rkward/plugins/plots/stripchart_plot.php
Modified: trunk/rkward/rkward/plugins/plots/stripchart_plot.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/stripchart_plot.php 2007-03-21 20:49:18 UTC (rev 1692)
+++ trunk/rkward/rkward/plugins/plots/stripchart_plot.php 2007-03-21 20:52:45 UTC (rev 1693)
@@ -24,7 +24,7 @@
$vertical = getRK_val ("vertical");
if ($final) { ?>
-rk.header ("Stripchart", list ("Variable", rk.get.description (<? echo ($x); ?>), "Method", <? echo ($method); ?>, "Jitter", <? echo ($jitter); ?>, "Plot drawn vertically", <? echo ($vertical); ?>, "Offset", <? echo ($offset); ?>))
+rk.header ("Stripchart", list ("Variable", rk.get.description (<? echo ($x); ?>), "Group", rk.get.description (<? echo ($g); ?>), "Method", <? echo ($method); ?>, "Jitter", <? echo ($jitter); ?>, "Plot drawn vertically", <? echo ($vertical); ?>, "Offset", <? echo ($offset); ?>))
rk.graph.on ()
<? } ?>
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