[rkward] rkward/plugins/plots: Also change varslot position for pareto plot plugin

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sun Oct 4 19:39:12 UTC 2015


Git commit 58eeb9e0106c096ab63f3d887d186cbabc776484 by Thomas Friedrichsmeier.
Committed on 04/10/2015 at 19:39.
Pushed by tfry into branch 'master'.

Also change varslot position for pareto plot plugin

M  +4    -1    rkward/plugins/plots/pareto.xml

http://commits.kde.org/rkward/58eeb9e0106c096ab63f3d887d186cbabc776484

diff --git a/rkward/plugins/plots/pareto.xml b/rkward/plugins/plots/pareto.xml
index dd35f05..7fd0677 100644
--- a/rkward/plugins/plots/pareto.xml
+++ b/rkward/plugins/plots/pareto.xml
@@ -29,10 +29,13 @@
 				<row>
 					<varselector id="vars"/>
 					<column>
+						<varslot min_vars="1" id="x" source="vars" required="true" label="Raw vector to plot"/>
+						<row>
+							<stretch/><text> - or - </text><stretch/>
+						</row>
 						<frame id="tabulate" label="Tabulate data before plotting" checkable="true" checked="false">
 							<embed id="tabulate_options" component="rkward::one_var_tabulation" as_button="false" label="Tabulation Options"/>
 						</frame>
-						<varslot min_vars="1" id="x" source="vars" required="true" label="Raw vector to plot"/>
 						<stretch/>
 						<checkbox id="descriptives" label="Print descriptives" value="TRUE" value_unchecked="FALSE" checked="true"/>
 						<stretch/>



More information about the rkward-tracker mailing list