[rkward-cvs] SF.net SVN: rkward: [1697] trunk/rkward/rkward/plugins
kapatp at users.sourceforge.net
kapatp at users.sourceforge.net
Thu Mar 22 06:06:50 UTC 2007
Revision: 1697
http://svn.sourceforge.net/rkward/?rev=1697&view=rev
Author: kapatp
Date: 2007-03-21 23:06:50 -0700 (Wed, 21 Mar 2007)
Log Message:
-----------
Variable name modification: visible_col01line to allow_col01line
Modified Paths:
--------------
trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.xml
trunk/rkward/rkward/plugins/plots/ecdf_plot.xml
trunk/rkward/rkward/plugins/plots/plot_stepfun_options.php
trunk/rkward/rkward/plugins/plots/plot_stepfun_options.rkh
trunk/rkward/rkward/plugins/plots/plot_stepfun_options.xml
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Beta to Normal" >
<tabbook>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_verticals" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Binomial to Normal" >
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Chi squared to Normal" >
<tabbook>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Exponential to Normal" >
<tabbook>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: F to Normal" >
<tabbook>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Gamma to Normal" >
<tabbook>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_verticals" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Geometric to Normal" >
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_verticals" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Hypergeometric to Normal" >
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Logistic to Normal" >
<tabbook>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Lognormal to Normal" >
<tabbook>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_verticals" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
<convert id="useprob" mode="equals" sources="param.string" standard="pprob" />
<connect client="prob.enabled" governor="useprob" />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Normal to Normal" >
<tabbook>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_verticals" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Poisson to Normal" >
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Uniform to Normal" >
<tabbook>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_verticals" to="false" />
- <set id="dist_stepfun.visible_col01line" to="true"/>
+ <set id="dist_stepfun.allow_col01line" to="true"/>
</logic>
<dialog label="Central Limit Theorem: Wilcoxon to Normal" >
Modified: trunk/rkward/rkward/plugins/plots/ecdf_plot.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/ecdf_plot.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/plots/ecdf_plot.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -10,7 +10,7 @@
<set id="stepfun_options.allow_addtoplot" to="false"/>
<set id="stepfun_options.default_verticals" to="false"/>
- <set id="stepfun_options.visible_col01line" to="true"/>
+ <set id="stepfun_options.allow_col01line" to="true"/>
<connect client="col_thnorm.enabled" governor="th_pnorm.state"/>
Modified: trunk/rkward/rkward/plugins/plots/plot_stepfun_options.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/plot_stepfun_options.php 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/plots/plot_stepfun_options.php 2007-03-22 06:06:50 UTC (rev 1697)
@@ -27,7 +27,7 @@
$col_hor = getRK_val ("col_hor.code.printout");
if (!($col_hor == "")) $options .= getRK_val ("col_hor.code.printout");
- if (getRK_val ("visible_col01line")) {
+ if (getRK_val ("allow_col01line")) {
$col_y0 = getRK_val ("col_y0.code.printout");
$col_y1 = getRK_val ("col_y1.code.printout");
if (($col_y0 != "") && ($col_y1 != "")) {
Modified: trunk/rkward/rkward/plugins/plots/plot_stepfun_options.rkh
===================================================================
--- trunk/rkward/rkward/plugins/plots/plot_stepfun_options.rkh 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/plots/plot_stepfun_options.rkh 2007-03-22 06:06:50 UTC (rev 1697)
@@ -31,7 +31,7 @@
<li><i>allow_addtoplot</i>: Setting this to "true" ("false") enables (disables) the display of the 'Add to current plot' checkbox.</li>
<li><i>default_dopoints</i>: Setting this to "true" ("false") toggles the state of the 'Draw points' checkbox.</li>
<li><i>default_verticals</i>: Setting this to "true" ("false") toggles the state of the 'Draw verticals' checkbox.</li>
- <li><i>visible_col01line</i>: Setting this to "true" ("false") enables (disables) the display of the two frames ('For y = 0 line' and 'For y = 1 line') for <i>col.01line</i> option to ecdf.</li>
+ <li><i>allow_col01line</i>: Setting this to "true" ("false") enables (disables) the display of the two frames ('For y = 0 line' and 'For y = 1 line') for <i>col.01line</i> option to ecdf.</li>
</ul>
</technical>
</document>
Modified: trunk/rkward/rkward/plugins/plots/plot_stepfun_options.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/plot_stepfun_options.xml 2007-03-22 05:36:44 UTC (rev 1696)
+++ trunk/rkward/rkward/plugins/plots/plot_stepfun_options.xml 2007-03-22 06:06:50 UTC (rev 1697)
@@ -6,7 +6,7 @@
<external id="allow_addtoplot" default="true"/>
<external id="default_dopoints" default="true"/>
<external id="default_verticals" default="true"/>
- <external id="visible_col01line" default="false"/>
+ <external id="allow_col01line" default="false"/>
<set id="col_vert.argument" to=", col.vert="/>
<set id="col_points.argument" to=", col.points="/>
@@ -22,9 +22,9 @@
<connect client="do_points.state" governor="default_dopointsb"/>
<connect client="col_points.color.enabled" governor="do_points.state"/>
- <convert id="visible_col01line_TRUE" sources="visible_col01line" mode="equals" standard="true"/>
- <connect client="frame_col_y0.visible" governor="visible_col01line_TRUE"/>
- <connect client="frame_col_y1.visible" governor="visible_col01line_TRUE"/>
+ <convert id="allow_col01line_TRUE" sources="allow_col01line" mode="equals" standard="true"/>
+ <connect client="frame_col_y0.visible" governor="allow_col01line_TRUE"/>
+ <connect client="frame_col_y1.visible" governor="allow_col01line_TRUE"/>
<set id="col_y0.argument" to=""/>
<set id="col_y1.argument" to=""/>
</logic>
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