[rkward-cvs] SF.net SVN: rkward: [1990] trunk/rkward/rkward/plugins/plots/barplot.php
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Mon Sep 24 22:30:49 UTC 2007
Revision: 1990
http://rkward.svn.sourceforge.net/rkward/?rev=1990&view=rev
Author: sjar
Date: 2007-09-24 15:30:48 -0700 (Mon, 24 Sep 2007)
Log Message:
-----------
FOR 0.4.8: small fixes
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-09-24 16:57:46 UTC (rev 1989)
+++ trunk/rkward/rkward/plugins/plots/barplot.php 2007-09-24 22:30:48 UTC (rev 1990)
@@ -21,9 +21,9 @@
$tabulate = getRK_val ("tabulate");
if ($tabulate) {
- $tabulate_header = '"Tabulate:", "No"';
+ $tabulate_header = '"Tabulate", "Yes"';
} else {
- $tabulate_header = '"Tabulate:", "Yes"';
+ $tabulate_header = '"Tabulate", "No"';
}
$barplot_header = getRK_val ("barplot_embed.code.preprocess");
@@ -46,7 +46,7 @@
}
if ($final) { ?>
-rk.header ("Barplot", parameters=list (<? echo ($tabulate_header . $barplot_header); ?>))
+rk.header ("Barplot", list ("Variable", rk.get.description (<? echo ($var); ?>)), parameters=list (<? echo ($tabulate_header . $barplot_header); ?>))
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