[rkward-cvs] SF.net SVN: rkward: [1726] trunk/rkward/rkward/plugins
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Mar 25 22:17:26 UTC 2007
Revision: 1726
http://svn.sourceforge.net/rkward/?rev=1726&view=rev
Author: tfry
Date: 2007-03-25 15:17:26 -0700 (Sun, 25 Mar 2007)
Log Message:
-----------
Move stem and leaf plot plugin from under_development to plots
Modified Paths:
--------------
trunk/rkward/rkward/plugins/plots.pluginmap
trunk/rkward/rkward/plugins/under_development.pluginmap
Modified: trunk/rkward/rkward/plugins/plots.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/plots.pluginmap 2007-03-25 22:16:58 UTC (rev 1725)
+++ trunk/rkward/rkward/plugins/plots.pluginmap 2007-03-25 22:17:26 UTC (rev 1726)
@@ -8,6 +8,7 @@
<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" />
+ <component type="standard" id="stem" file="stem.xml" label="Stem-and-Leaf Plot" />
<component type="standard" id="stripchart" file="stripchart_plot.xml" label="Stripchart" />
<!-- These are meant to be embedded, and are not shown in the menu -->
@@ -25,6 +26,7 @@
<entry component="pareto" />
<entry component="scatterplot" />
<entry component="scatterplot_matrix" />
+ <entry component="stem" />
<entry component="stripchart" />
</menu>
</hierarchy>
Modified: trunk/rkward/rkward/plugins/under_development.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/under_development.pluginmap 2007-03-25 22:16:58 UTC (rev 1725)
+++ trunk/rkward/rkward/plugins/under_development.pluginmap 2007-03-25 22:17:26 UTC (rev 1726)
@@ -22,8 +22,6 @@
<component type="standard" id="histogram" file="plots/histogram.xml" label="Histogram" />
- <component type="standard" id="stem" file="plots/stem.xml" label="Stem-and-Leaf Plot" />
-
<component type="standard" id="ecdf_plot" file="plots/ecdf_plot.xml" label="ECDF Plot" />
<component type="standard" id="x11grid" file="x11device/grid.xml" label="Draw Grid" />
@@ -63,7 +61,6 @@
<menu id="plots" label="Plots" index="5">
<entry component="ecdf_plot" />
<entry component="histogram" />
- <entry component="stem" />
</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