[rkward-cvs] SF.net SVN: rkward: [1157] trunk/rkward/rkward/plugins

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Jan 15 15:31:49 UTC 2007


Revision: 1157
          http://svn.sourceforge.net/rkward/?rev=1157&view=rev
Author:   tfry
Date:     2007-01-15 07:31:48 -0800 (Mon, 15 Jan 2007)

Log Message:
-----------
Move component declarations of normal scatterplot and plot options to plots.pluginmap

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/all.pluginmap
    trunk/rkward/rkward/plugins/plots.pluginmap

Modified: trunk/rkward/rkward/plugins/all.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/all.pluginmap	2007-01-15 15:28:57 UTC (rev 1156)
+++ trunk/rkward/rkward/plugins/all.pluginmap	2007-01-15 15:31:48 UTC (rev 1157)
@@ -13,9 +13,6 @@
 		<component type="standard" id="save_variables" file="00saveload/save/write/description.xml" label="Save variables" />
 		<component type="standard" id="save_table" file="writetable/description.xml" label="Save as table" />
 
-		<component type="standard" id="plots_scatterplot" file="plots/scatterplot.xml" label="Scatterplot" />
-		<component type="standard" id="plot_options" file="plots/plot_options.xml" label="Plot Options" />
-
 		<component type="standard" id="descriptive" file="descriptive/descriptive_statistics.xml" label="Descriptive Statistics" />
 		<component type="standard" id="corr_matrix" file="corr_matrix/description.xml" label="Correlation Matrix" />
 		<component type="standard" id="simple_anova" file="simple_anova/description.xml" label="Simple Anova" />
@@ -50,9 +47,6 @@
 				<entry component="save_table" />
 			</menu>
 		</menu>
-		<menu id="plots" label="Plots" index="5">
-			<entry component="plots_scatterplot" />
-		</menu>
 	</hierarchy>
 
 	<include file="distributions.pluginmap"/>

Modified: trunk/rkward/rkward/plugins/plots.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/plots.pluginmap	2007-01-15 15:28:57 UTC (rev 1156)
+++ trunk/rkward/rkward/plugins/plots.pluginmap	2007-01-15 15:31:48 UTC (rev 1157)
@@ -7,8 +7,11 @@
 		<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="scatterplot" file="scatterplot.xml" label="Scatterplot" />
+		<component type="standard" id="scatterplot_matrix" file="scatterplot_matrix.xml" label="Scatterplot Matrix" />
 		<component type="standard" id="stripchart" file="stripchart_plot.xml" label="Stripchart" />
-		<component type="standard" id="scatterplot_matrix" file="scatterplot_matrix.xml" label="Scatterplot Matrix" />
+
+		<component type="standard" id="plot_options" file="plot_options.xml" label="Plot Options" />
 	</components>
 
 	<hierarchy>
@@ -19,6 +22,7 @@
 			<entry component="ecdf_plot" />
 			<entry component="histogram" />
 			<entry component="stripchart" />
+			<entry component="scatterplot" />
 			<entry component="scatterplot_matrix" />
 		</menu>
 	</hierarchy>


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