[rkward-cvs] SF.net SVN: rkward: [1128] trunk/rkward/rkward/plugins/plots.pluginmap
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Fri Jan 12 01:29:56 UTC 2007
Revision: 1128
http://svn.sourceforge.net/rkward/?rev=1128&view=rev
Author: sjar
Date: 2007-01-11 17:29:56 -0800 (Thu, 11 Jan 2007)
Log Message:
-----------
sorted the menu entries from the plots.pluginmap in alphabetical order
Modified Paths:
--------------
trunk/rkward/rkward/plugins/plots.pluginmap
Modified: trunk/rkward/rkward/plugins/plots.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/plots.pluginmap 2007-01-12 00:09:30 UTC (rev 1127)
+++ trunk/rkward/rkward/plugins/plots.pluginmap 2007-01-12 01:29:56 UTC (rev 1128)
@@ -3,22 +3,22 @@
<document base_prefix="plots/" namespace="rkward">
<components>
<component type="standard" id="box_plot" file="box_plot.xml" label="Box Plot" />
+ <component type="standard" id="cor_graph" file="cor_graph.xml" label="Correlation Matrix 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="stripchart" file="stripchart_plot.xml" label="Stripchart" />
- <component type="standard" id="cor_graph" file="cor_graph.xml" label="Correlation Matrix Plot" />
</components>
<hierarchy>
<menu id="plots" label="Plots" index="5">
<entry component="box_plot" />
+ <entry component="cor_graph" />
<entry component="density_plot" />
<entry component="ecdf_plot" />
<entry component="histogram" />
<entry component="stripchart" />
- <entry component="cor_graph" />
</menu>
</hierarchy>
</document>
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