[rkward-cvs] SF.net SVN: rkward: [1480] trunk/rkward/rkward/plugins/plots/ histogram_options.xml

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Feb 26 18:03:54 UTC 2007


Revision: 1480
          http://svn.sourceforge.net/rkward/?rev=1480&view=rev
Author:   tfry
Date:     2007-02-26 10:03:53 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
Some formatting:
* Options right.closed and include.lowest logically belong to the breaks option
* add a stretch to fill space, if options are invisible

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/histogram_options.xml

Modified: trunk/rkward/rkward/plugins/plots/histogram_options.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/histogram_options.xml	2007-02-26 17:55:39 UTC (rev 1479)
+++ trunk/rkward/rkward/plugins/plots/histogram_options.xml	2007-02-26 18:03:53 UTC (rev 1480)
@@ -47,22 +47,23 @@
 				<checkbox id="addtoplot" label="Add bars to current plot" checked="false"/>
 				<checkbox id="freq" label="Frequency" checked="false" value_unchecked="0" />
 				<checkbox id="barlabels" label="Bar labels" checked="false"/>
-				<checkbox id="rightclosed" label="Right closed" checked="true"/>
-				<checkbox id="include_lowest" label="Include in lowest cell" checked="true"/>
+				<stretch/>
 				<frame id="frame_breaks" label="Histogram Breakpoints">
-				<radio id="histbreaksFunction" label="Method" >
-					<option value="Sturges" label="Sturges"  checked="true" />
-					<option value="Scott" label="Scott" />
-					<option value="FD" label="Friedman-Diaconis" />
-					<option value="cells" label="A single number" />
-					<option value="int" label="Integer numbers" />
-					<option value="vec" label="Vector of break points" />
-				</radio>
-				<row>
-				<spinbox id="histbreaks_ncells" label="Suggested cells" type="integer" min="1" initial="10"/>
-				<spinbox id="histbreaks_veclength" label="Vector length" type="integer" min="1" initial="10"/>
-			</row>
-			</frame>
+					<radio id="histbreaksFunction" label="Method" >
+						<option value="Sturges" label="Sturges"  checked="true" />
+						<option value="Scott" label="Scott" />
+						<option value="FD" label="Friedman-Diaconis" />
+						<option value="cells" label="A single number" />
+						<option value="int" label="Integer numbers" />
+						<option value="vec" label="Vector of break points" />
+					</radio>
+					<row>
+						<spinbox id="histbreaks_ncells" label="Suggested cells" type="integer" min="1" initial="10"/>
+						<spinbox id="histbreaks_veclength" label="Vector length" type="integer" min="1" initial="10"/>
+					</row>
+					<checkbox id="rightclosed" label="Right closed" checked="true"/>
+					<checkbox id="include_lowest" label="Include in lowest cell" checked="true"/>
+				</frame>
 			</column>
 			<column>
 				<frame id="frame_histlineoptions" label="Histogram Line options">


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