[rkward-cvs] rkward/rkward/plugins/plots plot_options.php,1.1,1.2 plot_options.xml,1.2,1.3
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Thu Mar 23 15:09:54 UTC 2006
- Previous message: [rkward-cvs] rkward/rkward/plugin rkcomponentproperties.cpp,1.21,1.22 rkcomponentproperties.h,1.18,1.19 rkstandardcomponent.cpp,1.24,1.25 rkvarslot.cpp,1.23,1.24
- Next message: [rkward-cvs] rkward/rkward/plugins standard_plugins.pluginmap,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward/rkward/plugins/plots
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19569/rkward/plugins/plots
Modified Files:
plot_options.php plot_options.xml
Log Message:
Some adjustments that came to mind while writing documentation
Index: plot_options.php
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/plots/plot_options.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** plot_options.php 20 Mar 2006 19:33:58 -0000 1.1
--- plot_options.php 23 Mar 2006 15:09:51 -0000 1.2
***************
*** 13,16 ****
--- 13,18 ----
if ($yvar == "") {
$yvar = "1:length (" . $xvar .")";
+ } else if ($xvar == "") { // don't replace both at the same time, even if both are empty
+ $xvar = "1:length (" . $yvar .")";
}
Index: plot_options.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/plots/plot_options.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** plot_options.xml 21 Mar 2006 15:41:24 -0000 1.2
--- plot_options.xml 23 Mar 2006 15:09:51 -0000 1.3
***************
*** 19,24 ****
<connect client="ymaxvalue.enabled" governor="yaxt.state" />
! <outside id="xvar" />
! <outside id="yvar" />
</logic>
<dialog label="Default plot options" >
--- 19,24 ----
<connect client="ymaxvalue.enabled" governor="yaxt.state" />
! <external id="xvar" />
! <external id="yvar" />
</logic>
<dialog label="Default plot options" >
- Previous message: [rkward-cvs] rkward/rkward/plugin rkcomponentproperties.cpp,1.21,1.22 rkcomponentproperties.h,1.18,1.19 rkstandardcomponent.cpp,1.24,1.25 rkvarslot.cpp,1.23,1.24
- Next message: [rkward-cvs] rkward/rkward/plugins standard_plugins.pluginmap,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list