[rkward-cvs] SF.net SVN: rkward: [1740] trunk/rkward/rkward/plugins
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Mar 27 11:17:57 UTC 2007
Revision: 1740
http://svn.sourceforge.net/rkward/?rev=1740&view=rev
Author: tfry
Date: 2007-03-27 04:17:56 -0700 (Tue, 27 Mar 2007)
Log Message:
-----------
Move histogram and ECDF plots out of under_development
Modified Paths:
--------------
trunk/rkward/rkward/plugins/plots/ecdf_plot.xml
trunk/rkward/rkward/plugins/plots.pluginmap
trunk/rkward/rkward/plugins/under_development.pluginmap
Modified: trunk/rkward/rkward/plugins/plots/ecdf_plot.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/ecdf_plot.xml 2007-03-27 11:08:36 UTC (rev 1739)
+++ trunk/rkward/rkward/plugins/plots/ecdf_plot.xml 2007-03-27 11:17:56 UTC (rev 1740)
@@ -37,7 +37,7 @@
</tab>
<tab label="Further options" id="tab_further_opts">
<frame label="Theoretical Normal Distribution">
- <checkbox value_unchecked="0" value="1" checked="true" id="th_pnorm" label="Draw Theoretical Normal Distribution" />
+ <checkbox value_unchecked="0" value="1" checked="false" id="th_pnorm" label="Draw Theoretical Normal Distribution" />
<embed id="col_thnorm" component="rkward::color_chooser" label="Color"/>
</frame>
<frame label="Rug">
Modified: trunk/rkward/rkward/plugins/plots.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/plots.pluginmap 2007-03-27 11:08:36 UTC (rev 1739)
+++ trunk/rkward/rkward/plugins/plots.pluginmap 2007-03-27 11:17:56 UTC (rev 1740)
@@ -5,6 +5,8 @@
<component type="standard" id="barplot" file="barplot.xml" label="Barplot" />
<component type="standard" id="box_plot" file="box_plot.xml" label="Box Plot" />
<component type="standard" id="density_plot" file="density_plot.xml" label="Density Plot" />
+ <component type="standard" id="ecdf_plot" file="ecdf_plot.xml" label="ECDF Plot" />
+ <component type="standard" id="histogram" file="histogram.xml" label="Histogram" />
<component type="standard" id="pareto" file="pareto.xml" label="Pareto Chart" />
<component type="standard" id="scatterplot" file="scatterplot.xml" label="Scatterplot" />
<component type="standard" id="scatterplot_matrix" file="scatterplot_matrix.xml" label="Scatterplot Matrix" />
@@ -23,6 +25,8 @@
<entry component="barplot" />
<entry component="box_plot" />
<entry component="density_plot" />
+ <entry component="ecdf_plot" />
+ <entry component="histogram" />
<entry component="pareto" />
<entry component="scatterplot" />
<entry component="scatterplot_matrix" />
Modified: trunk/rkward/rkward/plugins/under_development.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/under_development.pluginmap 2007-03-27 11:08:36 UTC (rev 1739)
+++ trunk/rkward/rkward/plugins/under_development.pluginmap 2007-03-27 11:17:56 UTC (rev 1740)
@@ -10,9 +10,6 @@
<component type="standard" id="mood_test" file="analysis/TESTS/mood_test.xml" label="Mood Two-Sample Test" />
<component type="standard" id="PP_test" file="analysis/TESTS/PP_test.xml" label="Phillips-Perron Test" />
- <component type="standard" id="histogram" file="plots/histogram.xml" label="Histogram" />
-
- <component type="standard" id="ecdf_plot" file="plots/ecdf_plot.xml" label="ECDF Plot" />
</components>
<hierarchy>
@@ -35,8 +32,6 @@
</menu>
</menu>
<menu id="plots" label="Plots" index="5">
- <entry component="ecdf_plot" />
- <entry component="histogram" />
</menu>
<menu id="distributions" label="Distributions" index="7">
<menu id="univariate_continuous_distributions" label="Univariate continuous distributions" index="2">
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