[rkward-cvs] SF.net SVN: rkward: [1989] trunk/rkward/rkward/plugins/plots/barplot_embed. xml
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Mon Sep 24 16:57:46 UTC 2007
Revision: 1989
http://rkward.svn.sourceforge.net/rkward/?rev=1989&view=rev
Author: sjar
Date: 2007-09-24 09:57:46 -0700 (Mon, 24 Sep 2007)
Log Message:
-----------
FOR 0.4.8: fix greyscale as default color
Modified Paths:
--------------
trunk/rkward/rkward/plugins/plots/barplot_embed.xml
Modified: trunk/rkward/rkward/plugins/plots/barplot_embed.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/barplot_embed.xml 2007-09-24 16:18:16 UTC (rev 1988)
+++ trunk/rkward/rkward/plugins/plots/barplot_embed.xml 2007-09-24 16:57:46 UTC (rev 1989)
@@ -16,8 +16,8 @@
<dialog label="Barplot Options">
<checkbox id="legend" label="Draw Legend" value="1" value_unchecked="0" checked="false"/>
<radio id="colors" label="Colors" >
- <option value="default" label="Default (grayscale)"/>
- <option value="rainbow" label="Rainbow colors" checked="true"/>
+ <option value="default" label="Default (grayscale)" checked="true" />
+ <option value="rainbow" label="Rainbow colors" />
</radio>
<radio id="type" label="Type" >
<option value="juxtaposed" label="Juxtaposed" checked="true"/>
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