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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Feb 26 17:55:39 UTC 2007


Revision: 1479
          http://svn.sourceforge.net/rkward/?rev=1479&view=rev
Author:   tfry
Date:     2007-02-26 09:55:39 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
correct a few mindless mistakes

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/histogram.xml
    trunk/rkward/rkward/plugins/plots/histogram_options.xml
    trunk/rkward/rkward/plugins/under_development.pluginmap

Modified: trunk/rkward/rkward/plugins/plots/histogram.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/histogram.xml	2007-02-26 17:14:37 UTC (rev 1478)
+++ trunk/rkward/rkward/plugins/plots/histogram.xml	2007-02-26 17:55:39 UTC (rev 1479)
@@ -6,12 +6,12 @@
 		<set id="plotoptions.allow_log" to="false"/>
 		<set id="plotoptions.allow_type" to="false"/>
 		
-		<connect client="histogram_opt.varname" governor="x" />
+		<connect client="histogram_opt.varname" governor="x.available" />
 		<set id="histogram_opt.allow_freq" to="true" />
 		<set id="histogram_opt.allow_barlabels" to="true" />
 		<set id="histogram_opt.allow_addtoplot" to="false" />
 		
-		<convert id="densityscaled" mode="not" sources="histogram_opt.freq.state" />
+		<convert id="densityscaled" mode="equals" sources="histogram_opt.freq.state" standard="0" />
 		<connect client="densityoptions.enabled" governor="densityscaled" />
 	</logic>
 	<dialog label="Histogram" >

Modified: trunk/rkward/rkward/plugins/plots/histogram_options.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/histogram_options.xml	2007-02-26 17:14:37 UTC (rev 1478)
+++ trunk/rkward/rkward/plugins/plots/histogram_options.xml	2007-02-26 17:55:39 UTC (rev 1479)
@@ -45,7 +45,7 @@
 		<row>
 			<column>
 				<checkbox id="addtoplot" label="Add bars to current plot" checked="false"/>
-				<checkbox id="freq" label="Frequency" checked="false"/>
+				<checkbox id="freq" label="Frequency" checked="false" value_unchecked="0" />
 				<checkbox id="barlabels" label="Bar labels" checked="false"/>
 				<checkbox id="rightclosed" label="Right closed" checked="true"/>
 				<checkbox id="include_lowest" label="Include in lowest cell" checked="true"/>

Modified: trunk/rkward/rkward/plugins/under_development.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/under_development.pluginmap	2007-02-26 17:14:37 UTC (rev 1478)
+++ trunk/rkward/rkward/plugins/under_development.pluginmap	2007-02-26 17:55:39 UTC (rev 1479)
@@ -14,8 +14,8 @@
 		<component type="standard" id="anscombe_test" file="analysis/moments/anscombe_test.xml" label="Anscombe-Glynn test of kurtosis" />
 		<component type="standard" id="skewness_kurtosis" file="analysis/moments/skewness_kurtosis_test.xml" label="Skewness and Kurtosis" />
 
-		<component type="standard" id="histogram" file="histogram.xml" label="Histogram" />
-		<component type="standard" id="histogram_options" file="histogram_options.xml" label="Histogram Options" />
+		<component type="standard" id="histogram" file="plots/histogram.xml" label="Histogram" />
+		<component type="standard" id="histogram_options" file="plots/histogram_options.xml" label="Histogram Options" />
 
 	</components>
 


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