[rkward-cvs] SF.net SVN: rkward: [1500] trunk/rkward/rkward/plugins
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Tue Feb 27 21:57:33 UTC 2007
Revision: 1500
http://svn.sourceforge.net/rkward/?rev=1500&view=rev
Author: sjar
Date: 2007-02-27 13:57:33 -0800 (Tue, 27 Feb 2007)
Log Message:
-----------
adoptions for new stem plot plug-in
Modified Paths:
--------------
trunk/rkward/rkward/plugins/Makefile.am
trunk/rkward/rkward/plugins/under_development.pluginmap
Modified: trunk/rkward/rkward/plugins/Makefile.am
===================================================================
--- trunk/rkward/rkward/plugins/Makefile.am 2007-02-27 21:57:06 UTC (rev 1499)
+++ trunk/rkward/rkward/plugins/Makefile.am 2007-02-27 21:57:33 UTC (rev 1500)
@@ -155,7 +155,10 @@
plots/pareto.php \
plots/histogram_options.php \
plots/pareto.xml \
- plots/pareto.rkh
+ plots/pareto.rkh \
+ plots/stem.xml \
+ plots/stem.php \
+ plots/stem.rkh
pluginsXdistributionsdir = $(kde_datadir)/rkward/distributions
dist_pluginsXdistributions_DATA = \
Modified: trunk/rkward/rkward/plugins/under_development.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/under_development.pluginmap 2007-02-27 21:57:06 UTC (rev 1499)
+++ trunk/rkward/rkward/plugins/under_development.pluginmap 2007-02-27 21:57:33 UTC (rev 1500)
@@ -22,6 +22,8 @@
<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" />
+ <component type="standard" id="stem" file="plots/stem.xml" label="Stem-and-Leaf Plot" />
+
</components>
<hierarchy>
@@ -48,6 +50,7 @@
</menu>
<menu id="plots" label="Plots" index="5">
<entry component="histogram" />
+ <entry component="stem" />
</menu>
<menu id="workspace" label="Workspace" index="5">
<entry component="setworkdir" />
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