[rkward-cvs] SF.net SVN: rkward: [1797] branches/release_branch_0.4.7

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Apr 9 19:24:38 UTC 2007


Revision: 1797
          http://svn.sourceforge.net/rkward/?rev=1797&view=rev
Author:   tfry
Date:     2007-04-09 12:24:38 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
Merge 1795, 1796 from trunk

Modified Paths:
--------------
    branches/release_branch_0.4.7/ChangeLog
    branches/release_branch_0.4.7/rkward/plugins/plots.pluginmap
    branches/release_branch_0.4.7/rkward/plugins/under_development.pluginmap

Modified: branches/release_branch_0.4.7/ChangeLog
===================================================================
--- branches/release_branch_0.4.7/ChangeLog	2007-04-09 19:23:38 UTC (rev 1796)
+++ branches/release_branch_0.4.7/ChangeLog	2007-04-09 19:24:38 UTC (rev 1797)
@@ -28,7 +28,7 @@
 - new plugin: Mood test
 - new plugins: CLT plots for most distributions
 - new plugins: variance tests (F test (var.test), Bartlett test, Fligner test)
-- new plugin: generic plot				TODO: test and finalize, or remove
+- new plugin: generic plot
 - new plugin: Add grid to plot
 - new plugin: pareto chart
 - new plugin: stem-and-leaf plot

Modified: branches/release_branch_0.4.7/rkward/plugins/plots.pluginmap
===================================================================
--- branches/release_branch_0.4.7/rkward/plugins/plots.pluginmap	2007-04-09 19:23:38 UTC (rev 1796)
+++ branches/release_branch_0.4.7/rkward/plugins/plots.pluginmap	2007-04-09 19:24:38 UTC (rev 1797)
@@ -6,6 +6,7 @@
 		<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="plot" file="plot.xml" label="Generic 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" />
@@ -26,6 +27,7 @@
 			<entry component="box_plot" />
 			<entry component="density_plot" />
 			<entry component="ecdf_plot" />
+			<entry component="plot"/>
 			<entry component="histogram" />
 			<entry component="pareto" />
 			<entry component="scatterplot" />

Modified: branches/release_branch_0.4.7/rkward/plugins/under_development.pluginmap
===================================================================
--- branches/release_branch_0.4.7/rkward/plugins/under_development.pluginmap	2007-04-09 19:23:38 UTC (rev 1796)
+++ branches/release_branch_0.4.7/rkward/plugins/under_development.pluginmap	2007-04-09 19:24:38 UTC (rev 1797)
@@ -2,7 +2,6 @@
 
 <document base_prefix="" namespace="rkward">
 	<components>
-		<component type="standard" id="plot" file="plots/plot.xml" label="Generic Plot" />
 	</components>
 
 	<hierarchy>
@@ -15,7 +14,6 @@
 		<menu id="analysis" label="Analysis" index="4">
 		</menu>
 		<menu id="plots" label="Plots" index="5">
-			<entry component="plot"/>
 		</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