[rkward-cvs] SF.net SVN: rkward: [1484] trunk/rkward/rkward/plugins/plots

nono_231 at users.sourceforge.net nono_231 at users.sourceforge.net
Mon Feb 26 19:30:07 UTC 2007


Revision: 1484
          http://svn.sourceforge.net/rkward/?rev=1484&view=rev
Author:   nono_231
Date:     2007-02-26 11:30:06 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
Minor changes in pareto plugin

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/pareto.rkh
    trunk/rkward/rkward/plugins/plots/pareto.xml

Modified: trunk/rkward/rkward/plugins/plots/pareto.rkh
===================================================================
--- trunk/rkward/rkward/plugins/plots/pareto.rkh	2007-02-26 19:12:53 UTC (rev 1483)
+++ trunk/rkward/rkward/plugins/plots/pareto.rkh	2007-02-26 19:30:06 UTC (rev 1484)
@@ -10,8 +10,9 @@
 
 	<settings>
 		<caption id="tab_variables"/>
-		<setting id="x">Select a data vector or a factor to be plotted.</setting>
+		<setting id="x">Select a data vector or a factor to be plotted</setting>
 		<setting id="tabulate">Use tabulate option mainly for factor variables or wherever else applicable</setting>
+		<setting id="descriptives">Select if you want to print the Frequency, Cum.Frequency, Percentage and Cum.Percentage below the pareto chart in the output window </setting>
 	</settings>
 	<related>
 		<ul>

Modified: trunk/rkward/rkward/plugins/plots/pareto.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/pareto.xml	2007-02-26 19:12:53 UTC (rev 1483)
+++ trunk/rkward/rkward/plugins/plots/pareto.xml	2007-02-26 19:30:06 UTC (rev 1484)
@@ -16,7 +16,6 @@
 					<column>
 					<varslot min_vars="1" id="x" source="vars" required="true" label="Vector or Factor"/>
 					<checkbox id="tabulate" label="Tabulate" value="TRUE" value_unchecked="FALSE" checked="false" />
-					<stretch/>
 					<checkbox id="descriptives" label="Print descriptives" value="TRUE" value_unchecked="FALSE" checked="true"/>
 					<stretch/>
 					<preview id="preview"/>


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