[rkward-cvs] SF.net SVN: rkward: [1401] trunk/rkward/rkward/plugins/plots/scatterplot. xml

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri Feb 16 09:59:11 UTC 2007


Revision: 1401
          http://svn.sourceforge.net/rkward/?rev=1401&view=rev
Author:   tfry
Date:     2007-02-16 01:59:10 -0800 (Fri, 16 Feb 2007)

Log Message:
-----------
Small fixes to scatterplot wizard

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/scatterplot.xml

Modified: trunk/rkward/rkward/plugins/plots/scatterplot.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/scatterplot.xml	2007-02-16 09:58:41 UTC (rev 1400)
+++ trunk/rkward/rkward/plugins/plots/scatterplot.xml	2007-02-16 09:59:10 UTC (rev 1401)
@@ -49,7 +49,7 @@
 						</radio>
 						<varslot multi="false" types="number unknown" source="varname" id="Xscale" />
 						<radio id="rows" label="Value for 'Y' scale" >
-							<option value="FALSE" id="temp2" label="Default" />
+							<option value="FALSE" label="Default" />
 							<option value="custoRow" label="Customize" />
 						</radio>
 						<varslot multi="false" types="number unknown" id="Yscale" source="varname" />
@@ -106,7 +106,7 @@
 				</frame>
 				<frame>
 					<row>
-						<radio id="isCe" label="Size" >
+						<radio id="isCex" label="Size" >
 							<option value="all" label="Same for all variables" />
 							<option value="each" label="Different for each variable" />
 						</radio>
@@ -221,8 +221,8 @@
 			<dropdown id="type" label="Type of graphics" >
 				<option value="'p'" label="Plot individual points " />
 				<option value="'l'" label="Plot lines " />
-				<option value="b" label="Plot points connected by lines (both)" />
-				<option value="1" label="Plot points overlaid by lines " />
+				<option value="'b'" label="Plot points connected by lines (both)" />
+				<option value="'o'" label="Plot points overlaid by lines " />
 				<option value="'h'" label="Plot vertical lines from points to the zero axis (high-density)" />
 				<option value="'s'" label="Step-function plots : the top of the vertical defines the point" />
 				<option value="'S'" label="Step-function plots : the bottom of the vertical defines the point" />


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