[rkward-cvs] SF.net SVN: rkward: [1293] trunk/rkward/rkward/plugins/plots/plot_options. xml

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri Feb 2 11:09:12 UTC 2007


Revision: 1293
          http://svn.sourceforge.net/rkward/?rev=1293&view=rev
Author:   tfry
Date:     2007-02-02 03:09:12 -0800 (Fri, 02 Feb 2007)

Log Message:
-----------
add allow_xlim and allow_ylim options to plot_options

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

Modified: trunk/rkward/rkward/plugins/plots/plot_options.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/plot_options.xml	2007-02-02 11:08:37 UTC (rev 1292)
+++ trunk/rkward/rkward/plugins/plots/plot_options.xml	2007-02-02 11:09:12 UTC (rev 1293)
@@ -7,10 +7,19 @@
 		<external id="allow_log" default="true" />
 		<external id="allow_type" default="true" />
 		<external id="allow_aspect" default="false" />
+		<external id="allow_xlim" default="true" />
+		<external id="allow_ylim" default="true" />
 		
 		<convert id="no_xvar" mode="equals" sources="xvar" standard="" />
 		<convert id="no_yvar" mode="equals" sources="yvar" standard="" />
 
+		<connect client="xminvalue.visible" governor="allow_xlim" />
+		<connect client="xmaxvalue.visible" governor="allow_xlim" />
+		<connect client="yminvalue.visible" governor="allow_ylim" />
+		<connect client="ymaxvalue.visible" governor="allow_ylim" />
+		<convert id="have_scale" mode="or" sources="xminvalue.visible;xmaxvalue.visible;yminvalue.visible;ymaxvalue.visible" />
+		<connect client="scale.visible" governor="have_scale" />
+
 		<!-- If we do not have an xvar specified, it is not possible to specify one xlimit but not the other -->
 		<convert id="xmin_specified" mode="notequals" sources="xminvalue.text" standard="" />
 		<convert id="xmax_specified" mode="notequals" sources="xmaxvalue.text" standard="" />


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