[rkward-cvs] SF.net SVN: rkward: [1677] trunk/rkward/rkward/plugins/distributions/clt
kapatp at users.sourceforge.net
kapatp at users.sourceforge.net
Wed Mar 21 02:03:48 UTC 2007
Revision: 1677
http://svn.sourceforge.net/rkward/?rev=1677&view=rev
Author: kapatp
Date: 2007-03-20 19:03:48 -0700 (Tue, 20 Mar 2007)
Log Message:
-----------
Step 4 of 4: Update: Continuous CLT plugins
Modified Paths:
--------------
trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.rkh
trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.rkh
trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.rkh
trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.rkh
trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.rkh
trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.rkh
trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.rkh
trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.rkh
trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.rkh
trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.php 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.php 2007-03-21 02:03:48 UTC (rev 1677)
@@ -43,17 +43,8 @@
$histplotoptions = getRK_val ("histogram_opt.code.printout"); // options that goes into plot.histogram()
$histplotoptions .= $plotoptions; // generic plot options
} elseif ($fun == "dist") {
- $ecdfoptions = "";
- $col_y0 = getRK_val ("col_y0.code.printout");
- $col_y1 = getRK_val ("col_y1.code.printout");
- if (($col_y0 != "") && ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line=c({$col_y0},{$col_y1})";
- } elseif (($col_y0 != "") || ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line={$col_y0}{$col_y1}";
- } // col.01line option to plot.ecdf()
-
$normFun = "pnorm"; // draw normal cdf on the ecdf plot
- $plotoptions .= $ecdfoptions . getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
+ $plotoptions .= getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
}
$yLim = ""; // initialise the ylim option
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.rkh 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.rkh 2007-03-21 02:03:48 UTC (rev 1677)
@@ -22,8 +22,6 @@
<setting id="histogram_opt">See Binomial CLT for details.</setting>
<caption id="tab_distfunction"/>
<setting id="dist_stepfun">See Binomial CLT for details.</setting>
- <setting id="frame_col_y0"></setting>
- <setting id="frame_col_y1">See Binomial CLT for details.</setting>
</settings>
<related>
<ul>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml 2007-03-21 02:03:48 UTC (rev 1677)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.default_verticals" to="true" />
+ <set id="dist_stepfun.visible_col01line" to="true"/>
<set id="col_y0.argument" to=""/>
<set id="col_y1.argument" to=""/>
@@ -79,14 +79,6 @@
<tab id="tab_distfunction" label="ECDF options">
<embed id="dist_stepfun" component="rkward::plot_stepfun_options" label=""/>
- <row>
- <frame id="frame_col_y0" label="For y = 0 line">
- <embed id="col_y0" component="rkward::color_chooser" label="Color"/>
- </frame>
- <frame id="frame_col_y1" label="For y = 1 line">
- <embed id="col_y1" component="rkward::color_chooser" label="Color"/>
- </frame>
- </row>
<stretch/>
</tab>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.php 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.php 2007-03-21 02:03:48 UTC (rev 1677)
@@ -43,17 +43,8 @@
$histplotoptions = getRK_val ("histogram_opt.code.printout"); // options that goes into plot.histogram()
$histplotoptions .= $plotoptions; // generic plot options
} elseif ($fun == "dist") {
- $ecdfoptions = "";
- $col_y0 = getRK_val ("col_y0.code.printout");
- $col_y1 = getRK_val ("col_y1.code.printout");
- if (($col_y0 != "") && ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line=c({$col_y0},{$col_y1})";
- } elseif (($col_y0 != "") || ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line={$col_y0}{$col_y1}";
- } // col.01line option to plot.ecdf()
-
$normFun = "pnorm"; // draw normal cdf on the ecdf plot
- $plotoptions .= $ecdfoptions . getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
+ $plotoptions .= getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
}
$yLim = ""; // initialise the ylim option
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.rkh 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.rkh 2007-03-21 02:03:48 UTC (rev 1677)
@@ -22,8 +22,6 @@
<setting id="histogram_opt">See Binomial CLT for details.</setting>
<caption id="tab_distfunction"/>
<setting id="dist_stepfun">See Binomial CLT for details.</setting>
- <setting id="frame_col_y0"></setting>
- <setting id="frame_col_y1">See Binomial CLT for details.</setting>
</settings>
<related>
<ul>
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-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.xml 2007-03-21 02:03:48 UTC (rev 1677)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.default_verticals" to="true" />
+ <set id="dist_stepfun.visible_col01line" to="true"/>
<set id="col_y0.argument" to=""/>
<set id="col_y1.argument" to=""/>
@@ -79,14 +79,6 @@
<tab id="tab_distfunction" label="ECDF options">
<embed id="dist_stepfun" component="rkward::plot_stepfun_options" label=""/>
- <row>
- <frame id="frame_col_y0" label="For y = 0 line">
- <embed id="col_y0" component="rkward::color_chooser" label="Color"/>
- </frame>
- <frame id="frame_col_y1" label="For y = 1 line">
- <embed id="col_y1" component="rkward::color_chooser" label="Color"/>
- </frame>
- </row>
<stretch/>
</tab>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.php 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.php 2007-03-21 02:03:48 UTC (rev 1677)
@@ -42,17 +42,8 @@
$histplotoptions = getRK_val ("histogram_opt.code.printout"); // options that goes into plot.histogram()
$histplotoptions .= $plotoptions; // generic plot options
} elseif ($fun == "dist") {
- $ecdfoptions = "";
- $col_y0 = getRK_val ("col_y0.code.printout");
- $col_y1 = getRK_val ("col_y1.code.printout");
- if (($col_y0 != "") && ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line=c({$col_y0},{$col_y1})";
- } elseif (($col_y0 != "") || ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line={$col_y0}{$col_y1}";
- } // col.01line option to plot.ecdf()
-
$normFun = "pnorm"; // draw normal cdf on the ecdf plot
- $plotoptions .= $ecdfoptions . getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
+ $plotoptions .= getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
}
$yLim = ""; // initialise the ylim option
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.rkh 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.rkh 2007-03-21 02:03:48 UTC (rev 1677)
@@ -22,8 +22,6 @@
<setting id="histogram_opt">See Binomial CLT for details.</setting>
<caption id="tab_distfunction"/>
<setting id="dist_stepfun">See Binomial CLT for details.</setting>
- <setting id="frame_col_y0"></setting>
- <setting id="frame_col_y1">See Binomial CLT for details.</setting>
</settings>
<related>
<ul>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml 2007-03-21 02:03:48 UTC (rev 1677)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.default_verticals" to="true" />
+ <set id="dist_stepfun.visible_col01line" to="true"/>
<set id="col_y0.argument" to=""/>
<set id="col_y1.argument" to=""/>
@@ -78,14 +78,6 @@
<tab id="tab_distfunction" label="ECDF options">
<embed id="dist_stepfun" component="rkward::plot_stepfun_options" label=""/>
- <row>
- <frame id="frame_col_y0" label="For y = 0 line">
- <embed id="col_y0" component="rkward::color_chooser" label="Color"/>
- </frame>
- <frame id="frame_col_y1" label="For y = 1 line">
- <embed id="col_y1" component="rkward::color_chooser" label="Color"/>
- </frame>
- </row>
<stretch/>
</tab>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.php 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.php 2007-03-21 02:03:48 UTC (rev 1677)
@@ -45,17 +45,8 @@
$histplotoptions = getRK_val ("histogram_opt.code.printout"); // options that goes into plot.histogram()
$histplotoptions .= $plotoptions; // generic plot options
} elseif ($fun == "dist") {
- $ecdfoptions = "";
- $col_y0 = getRK_val ("col_y0.code.printout");
- $col_y1 = getRK_val ("col_y1.code.printout");
- if (($col_y0 != "") && ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line=c({$col_y0},{$col_y1})";
- } elseif (($col_y0 != "") || ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line={$col_y0}{$col_y1}";
- } // col.01line option to plot.ecdf()
-
$normFun = "pnorm"; // draw normal cdf on the ecdf plot
- $plotoptions .= $ecdfoptions . getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
+ $plotoptions .= getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
}
$yLim = ""; // initialise the ylim option
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.rkh 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.rkh 2007-03-21 02:03:48 UTC (rev 1677)
@@ -22,8 +22,6 @@
<setting id="histogram_opt">See Binomial CLT for details.</setting>
<caption id="tab_distfunction"/>
<setting id="dist_stepfun">See Binomial CLT for details.</setting>
- <setting id="frame_col_y0"></setting>
- <setting id="frame_col_y1">See Binomial CLT for details.</setting>
</settings>
<related>
<ul>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml 2007-03-21 02:03:48 UTC (rev 1677)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.default_verticals" to="true" />
+ <set id="dist_stepfun.visible_col01line" to="true"/>
<set id="col_y0.argument" to=""/>
<set id="col_y1.argument" to=""/>
@@ -81,14 +81,6 @@
<tab id="tab_distfunction" label="ECDF options">
<embed id="dist_stepfun" component="rkward::plot_stepfun_options" label=""/>
- <row>
- <frame id="frame_col_y0" label="For y = 0 line">
- <embed id="col_y0" component="rkward::color_chooser" label="Color"/>
- </frame>
- <frame id="frame_col_y1" label="For y = 1 line">
- <embed id="col_y1" component="rkward::color_chooser" label="Color"/>
- </frame>
- </row>
<stretch/>
</tab>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.php 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.php 2007-03-21 02:03:48 UTC (rev 1677)
@@ -43,17 +43,8 @@
$histplotoptions = getRK_val ("histogram_opt.code.printout"); // options that goes into plot.histogram()
$histplotoptions .= $plotoptions; // generic plot options
} elseif ($fun == "dist") {
- $ecdfoptions = "";
- $col_y0 = getRK_val ("col_y0.code.printout");
- $col_y1 = getRK_val ("col_y1.code.printout");
- if (($col_y0 != "") && ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line=c({$col_y0},{$col_y1})";
- } elseif (($col_y0 != "") || ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line={$col_y0}{$col_y1}";
- } // col.01line option to plot.ecdf()
-
$normFun = "pnorm"; // draw normal cdf on the ecdf plot
- $plotoptions .= $ecdfoptions . getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
+ $plotoptions .= getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
}
$yLim = ""; // initialise the ylim option
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.rkh 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.rkh 2007-03-21 02:03:48 UTC (rev 1677)
@@ -22,8 +22,6 @@
<setting id="histogram_opt">See Binomial CLT for details.</setting>
<caption id="tab_distfunction"/>
<setting id="dist_stepfun">See Binomial CLT for details.</setting>
- <setting id="frame_col_y0"></setting>
- <setting id="frame_col_y1">See Binomial CLT for details.</setting>
</settings>
<related>
<ul>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml 2007-03-21 02:03:48 UTC (rev 1677)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.default_verticals" to="true" />
+ <set id="dist_stepfun.visible_col01line" to="true"/>
<set id="col_y0.argument" to=""/>
<set id="col_y1.argument" to=""/>
@@ -79,14 +79,6 @@
<tab id="tab_distfunction" label="ECDF options">
<embed id="dist_stepfun" component="rkward::plot_stepfun_options" label=""/>
- <row>
- <frame id="frame_col_y0" label="For y = 0 line">
- <embed id="col_y0" component="rkward::color_chooser" label="Color"/>
- </frame>
- <frame id="frame_col_y1" label="For y = 1 line">
- <embed id="col_y1" component="rkward::color_chooser" label="Color"/>
- </frame>
- </row>
<stretch/>
</tab>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.php 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.php 2007-03-21 02:03:48 UTC (rev 1677)
@@ -43,17 +43,8 @@
$histplotoptions = getRK_val ("histogram_opt.code.printout"); // options that goes into plot.histogram()
$histplotoptions .= $plotoptions; // generic plot options
} elseif ($fun == "dist") {
- $ecdfoptions = "";
- $col_y0 = getRK_val ("col_y0.code.printout");
- $col_y1 = getRK_val ("col_y1.code.printout");
- if (($col_y0 != "") && ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line=c({$col_y0},{$col_y1})";
- } elseif (($col_y0 != "") || ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line={$col_y0}{$col_y1}";
- } // col.01line option to plot.ecdf()
-
$normFun = "pnorm"; // draw normal cdf on the ecdf plot
- $plotoptions .= $ecdfoptions . getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
+ $plotoptions .= getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
}
$yLim = ""; // initialise the ylim option
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.rkh 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.rkh 2007-03-21 02:03:48 UTC (rev 1677)
@@ -22,8 +22,6 @@
<setting id="histogram_opt">See Binomial CLT for details.</setting>
<caption id="tab_distfunction"/>
<setting id="dist_stepfun">See Binomial CLT for details.</setting>
- <setting id="frame_col_y0"></setting>
- <setting id="frame_col_y1">See Binomial CLT for details.</setting>
</settings>
<related>
<ul>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml 2007-03-21 02:03:48 UTC (rev 1677)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.default_verticals" to="true" />
+ <set id="dist_stepfun.visible_col01line" to="true"/>
<set id="col_y0.argument" to=""/>
<set id="col_y1.argument" to=""/>
@@ -79,14 +79,6 @@
<tab id="tab_distfunction" label="ECDF options">
<embed id="dist_stepfun" component="rkward::plot_stepfun_options" label=""/>
- <row>
- <frame id="frame_col_y0" label="For y = 0 line">
- <embed id="col_y0" component="rkward::color_chooser" label="Color"/>
- </frame>
- <frame id="frame_col_y1" label="For y = 1 line">
- <embed id="col_y1" component="rkward::color_chooser" label="Color"/>
- </frame>
- </row>
<stretch/>
</tab>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.php 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.php 2007-03-21 02:03:48 UTC (rev 1677)
@@ -43,17 +43,8 @@
$histplotoptions = getRK_val ("histogram_opt.code.printout"); // options that goes into plot.histogram()
$histplotoptions .= $plotoptions; // generic plot options
} elseif ($fun == "dist") {
- $ecdfoptions = "";
- $col_y0 = getRK_val ("col_y0.code.printout");
- $col_y1 = getRK_val ("col_y1.code.printout");
- if (($col_y0 != "") && ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line=c({$col_y0},{$col_y1})";
- } elseif (($col_y0 != "") || ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line={$col_y0}{$col_y1}";
- } // col.01line option to plot.ecdf()
-
$normFun = "pnorm"; // draw normal cdf on the ecdf plot
- $plotoptions .= $ecdfoptions . getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
+ $plotoptions .= getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
}
$yLim = ""; // initialise the ylim option
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.rkh 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.rkh 2007-03-21 02:03:48 UTC (rev 1677)
@@ -22,8 +22,6 @@
<setting id="histogram_opt">See Binomial CLT for details.</setting>
<caption id="tab_distfunction"/>
<setting id="dist_stepfun">See Binomial CLT for details.</setting>
- <setting id="frame_col_y0"></setting>
- <setting id="frame_col_y1">See Binomial CLT for details.</setting>
</settings>
<related>
<ul>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml 2007-03-21 02:03:48 UTC (rev 1677)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.default_verticals" to="true" />
+ <set id="dist_stepfun.visible_col01line" to="true"/>
<set id="col_y0.argument" to=""/>
<set id="col_y1.argument" to=""/>
@@ -79,14 +79,6 @@
<tab id="tab_distfunction" label="ECDF options">
<embed id="dist_stepfun" component="rkward::plot_stepfun_options" label=""/>
- <row>
- <frame id="frame_col_y0" label="For y = 0 line">
- <embed id="col_y0" component="rkward::color_chooser" label="Color"/>
- </frame>
- <frame id="frame_col_y1" label="For y = 1 line">
- <embed id="col_y1" component="rkward::color_chooser" label="Color"/>
- </frame>
- </row>
<stretch/>
</tab>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.php 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.php 2007-03-21 02:03:48 UTC (rev 1677)
@@ -43,17 +43,8 @@
$histplotoptions = getRK_val ("histogram_opt.code.printout"); // options that goes into plot.histogram()
$histplotoptions .= $plotoptions; // generic plot options
} elseif ($fun == "dist") {
- $ecdfoptions = "";
- $col_y0 = getRK_val ("col_y0.code.printout");
- $col_y1 = getRK_val ("col_y1.code.printout");
- if (($col_y0 != "") && ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line=c({$col_y0},{$col_y1})";
- } elseif (($col_y0 != "") || ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line={$col_y0}{$col_y1}";
- } // col.01line option to plot.ecdf()
-
$normFun = "pnorm"; // draw normal cdf on the ecdf plot
- $plotoptions .= $ecdfoptions . getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
+ $plotoptions .= getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
}
$yLim = ""; // initialise the ylim option
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.rkh 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.rkh 2007-03-21 02:03:48 UTC (rev 1677)
@@ -22,8 +22,6 @@
<setting id="histogram_opt">See Binomial CLT for details.</setting>
<caption id="tab_distfunction"/>
<setting id="dist_stepfun">See Binomial CLT for details.</setting>
- <setting id="frame_col_y0"></setting>
- <setting id="frame_col_y1">See Binomial CLT for details.</setting>
</settings>
<related>
<ul>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml 2007-03-21 02:03:48 UTC (rev 1677)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.default_verticals" to="true" />
+ <set id="dist_stepfun.visible_col01line" to="true"/>
<set id="col_y0.argument" to=""/>
<set id="col_y1.argument" to=""/>
@@ -79,14 +79,6 @@
<tab id="tab_distfunction" label="ECDF options">
<embed id="dist_stepfun" component="rkward::plot_stepfun_options" label=""/>
- <row>
- <frame id="frame_col_y0" label="For y = 0 line">
- <embed id="col_y0" component="rkward::color_chooser" label="Color"/>
- </frame>
- <frame id="frame_col_y1" label="For y = 1 line">
- <embed id="col_y1" component="rkward::color_chooser" label="Color"/>
- </frame>
- </row>
<stretch/>
</tab>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.php 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.php 2007-03-21 02:03:48 UTC (rev 1677)
@@ -43,17 +43,8 @@
$histplotoptions = getRK_val ("histogram_opt.code.printout"); // options that goes into plot.histogram()
$histplotoptions .= $plotoptions; // generic plot options
} elseif ($fun == "dist") {
- $ecdfoptions = "";
- $col_y0 = getRK_val ("col_y0.code.printout");
- $col_y1 = getRK_val ("col_y1.code.printout");
- if (($col_y0 != "") && ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line=c({$col_y0},{$col_y1})";
- } elseif (($col_y0 != "") || ($col_y1 != "")) {
- $ecdfoptions .= ", col.01line={$col_y0}{$col_y1}";
- } // col.01line option to plot.ecdf()
-
$normFun = "pnorm"; // draw normal cdf on the ecdf plot
- $plotoptions .= $ecdfoptions . getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
+ $plotoptions .= getRK_val ("dist_stepfun.code.printout"); // plot.ecdf() and plot.stepfun() options
}
$yLim = ""; // initialise the ylim option
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.rkh 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.rkh 2007-03-21 02:03:48 UTC (rev 1677)
@@ -22,8 +22,6 @@
<setting id="histogram_opt">See Binomial CLT for details.</setting>
<caption id="tab_distfunction"/>
<setting id="dist_stepfun">See Binomial CLT for details.</setting>
- <setting id="frame_col_y0"></setting>
- <setting id="frame_col_y1">See Binomial CLT for details.</setting>
</settings>
<related>
<ul>
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml 2007-03-21 01:48:49 UTC (rev 1676)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml 2007-03-21 02:03:48 UTC (rev 1677)
@@ -26,7 +26,7 @@
<set id="dist_stepfun.allow_addtoplot" to="false" />
<set id="dist_stepfun.default_dopoints" to="false" />
- <set id="dist_stepfun.default_verticals" to="true" />
+ <set id="dist_stepfun.visible_col01line" to="true"/>
<set id="col_y0.argument" to=""/>
<set id="col_y1.argument" to=""/>
@@ -79,14 +79,6 @@
<tab id="tab_distfunction" label="ECDF options">
<embed id="dist_stepfun" component="rkward::plot_stepfun_options" label=""/>
- <row>
- <frame id="frame_col_y0" label="For y = 0 line">
- <embed id="col_y0" component="rkward::color_chooser" label="Color"/>
- </frame>
- <frame id="frame_col_y1" label="For y = 1 line">
- <embed id="col_y1" component="rkward::color_chooser" label="Color"/>
- </frame>
- </row>
<stretch/>
</tab>
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