[rkward-cvs] rkward/rkward/plugins/02plots/scatterplot description.xml,1.2,1.3
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Mon Mar 20 12:41:46 UTC 2006
- Previous message: [rkward-cvs] rkward/rkward/rbackend rinterface.cpp,1.43,1.44
- Next message: [rkward-cvs] rkward/rkward/plugin rkcheckbox.cpp,1.9,1.10 rkcomponent.cpp,1.10,1.11 rkcomponent.h,1.11,1.12 rkcomponentproperties.cpp,1.16,1.17 rkcomponentproperties.h,1.16,1.17 rkinput.cpp,1.6,1.7 rkinput.h,1.4,1.5 rkstandardcomponent.cpp,1.18,1.19 rkstandardcomponent.h,1.9,1.10 rkvarslot.cpp,1.21,1.22 rkvarslot.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward/rkward/plugins/02plots/scatterplot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23049/rkward/plugins/02plots/scatterplot
Modified Files:
description.xml
Log Message:
Enabling/disabling components, property conversions/connnections seem to be working
Index: description.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/02plots/scatterplot/description.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** description.xml 11 Sep 2005 22:06:31 -0000 1.2
--- description.xml 20 Mar 2006 12:41:44 -0000 1.3
***************
*** 5,9 ****
<!--Adrien d'Hardemare
first attempt to produce simple plot using the plot function
! A duplicate option has to be tested-->
<dialog label="Scatterplot" >
<tabbook>
--- 5,26 ----
<!--Adrien d'Hardemare
first attempt to produce simple plot using the plot function
! A duplicate option has to be tested-->
! <logic>
! <connect client="Xscale.enabled" governor="columns.number" />
! <connect client="Xscale.required" governor="columns.number" />
! <connect client="Yscale.enabled" governor="rows.number" />
! <connect client="Yscale.required" governor="rows.number" />
! <convert id="customtype" mode="equals" sources="type.string" standard="custoType" />
! <connect client="typeCusto.enabled" governor="customtype" />
! <connect client="typeCusto.required" governor="customtype" />
! <connect client="Xname.enabled" governor="isXaxis.state" />
! <connect client="Xname.required" governor="isXaxis.state" />
! <connect client="Yname.enabled" governor="isYaxis.state" />
! <connect client="Yname.required" governor="isYaxis.state" />
! <connect client="main.enabled" governor="isTitle.state" />
! <connect client="main.required" governor="isTitle.state" />
! <connect client="sub.enabled" governor="isSub.state" />
! <connect client="sub.required" governor="isSub.state" />
! </logic>
<dialog label="Scatterplot" >
<tabbook>
***************
*** 22,31 ****
<option value="custoCol" label="Customize" />
</radio>
! <varslot multi="false" classes="integer numeric" source="varname" id="Xscale" depend="custoCol" />
<radio id="rows" label="Value for 'Y' scale" >
<option value="FALSE" id="temp2" label="Default" />
<option value="custoRow" label="Customize" />
</radio>
! <varslot multi="false" classes="integer numeric " id="Yscale" source="varname" depend="custoRow" />
</column>
<varselector id="varname" />
--- 39,48 ----
<option value="custoCol" label="Customize" />
</radio>
! <varslot multi="false" classes="integer numeric" source="varname" id="Xscale" />
<radio id="rows" label="Value for 'Y' scale" >
<option value="FALSE" id="temp2" label="Default" />
<option value="custoRow" label="Customize" />
</radio>
! <varslot multi="false" classes="integer numeric " id="Yscale" source="varname" />
</column>
<varselector id="varname" />
***************
*** 43,47 ****
<option value="custoType" label="Customize" />
</radio>
! <input size="medium" id="typeCusto" depend="custoType" label="Give a character vector eg : c('p','l')" />
</tab>
<tab label="Names" >
--- 60,64 ----
<option value="custoType" label="Customize" />
</radio>
! <input size="medium" id="typeCusto" label="Give a character vector eg : c('p','l')" />
</tab>
<tab label="Names" >
***************
*** 49,59 ****
<column>
<checkbox checked="false" value="1" id="isXaxis" label="Give a name to 'X' axis" />
! <input size="medium" id="Xname" initial="X" depend="isXaxis" label="Name for X axis" />
<checkbox checked="false" value="1" id="isYaxis" label="Give a name to Y axis" />
! <input size="medium" id="Yname" initial="Y" label="Name of Y axis" depend="isYaxis" />
<checkbox checked="false" value="1" id="isTitle" label="Give a title" />
! <input size="medium" id="main" depend="isTitle" />
<checkbox checked="false" value="1" id="isSub" label="Give a subtitle" />
! <input size="medium" id="sub" depend="isSub" />
</column>
<column>
--- 66,76 ----
<column>
<checkbox checked="false" value="1" id="isXaxis" label="Give a name to 'X' axis" />
! <input size="medium" id="Xname" initial="X" label="Name for X axis" />
<checkbox checked="false" value="1" id="isYaxis" label="Give a name to Y axis" />
! <input size="medium" id="Yname" initial="Y" label="Name of Y axis" />
<checkbox checked="false" value="1" id="isTitle" label="Give a title" />
! <input size="medium" id="main" />
<checkbox checked="false" value="1" id="isSub" label="Give a subtitle" />
! <input size="medium" id="sub" />
</column>
<column>
***************
*** 144,153 ****
<option value="custoCol" label="Customize" />
</radio>
! <varslot multi="false" classes="integer numeric" source="varname" id="Xscale" depend="custoCol" />
<radio id="rows" label="Value for 'Y' scale" >
<option value="FALSE" id="temp2" label="Default" />
<option value="custoRow" label="Customize" />
</radio>
! <varslot multi="false" classes="integer numeric " id="Yscale" source="varname" depend="custoRow" />
</column>
<varselector id="varname" />
--- 161,170 ----
<option value="custoCol" label="Customize" />
</radio>
! <varslot multi="false" classes="integer numeric" source="varname" id="Xscale" />
<radio id="rows" label="Value for 'Y' scale" >
<option value="FALSE" id="temp2" label="Default" />
<option value="custoRow" label="Customize" />
</radio>
! <varslot multi="false" classes="integer numeric " id="Yscale" source="varname" />
</column>
<varselector id="varname" />
***************
*** 214,218 ****
<option value="custoType" label="Customize" />
</radio>
! <input size="medium" id="typeCusto" depend="custoType" label="Give a character vector eg : c('p','l')" />
</page>
<!--titre-->
--- 231,235 ----
<option value="custoType" label="Customize" />
</radio>
! <input size="medium" id="typeCusto" label="Give a character vector eg : c('p','l')" />
</page>
<!--titre-->
***************
*** 221,231 ****
<column>
<checkbox checked="false" value="1" id="isXaxis" label="Give a name to 'X' axis" />
! <input size="medium" id="Xname" initial="X" depend="isXaxis" label="Name for X axis" />
<checkbox checked="false" value="1" id="isYaxis" label="Give a name to Y axis" />
! <input size="medium" id="Yname" initial="Y" label="Name of Y axis" depend="isYaxis" />
<checkbox checked="false" value="1" id="isTitle" label="Give a title" />
! <input size="medium" id="main" depend="isTitle" />
<checkbox checked="false" value="1" id="isSub" label="Give a subtitle" />
! <input size="medium" id="sub" depend="isSub" />
</column>
<column>
--- 238,248 ----
<column>
<checkbox checked="false" value="1" id="isXaxis" label="Give a name to 'X' axis" />
! <input size="medium" id="Xname" initial="X" label="Name for X axis" />
<checkbox checked="false" value="1" id="isYaxis" label="Give a name to Y axis" />
! <input size="medium" id="Yname" initial="Y" label="Name of Y axis" />
<checkbox checked="false" value="1" id="isTitle" label="Give a title" />
! <input size="medium" id="main" />
<checkbox checked="false" value="1" id="isSub" label="Give a subtitle" />
! <input size="medium" id="sub" />
</column>
<column>
- Previous message: [rkward-cvs] rkward/rkward/rbackend rinterface.cpp,1.43,1.44
- Next message: [rkward-cvs] rkward/rkward/plugin rkcheckbox.cpp,1.9,1.10 rkcomponent.cpp,1.10,1.11 rkcomponent.h,1.11,1.12 rkcomponentproperties.cpp,1.16,1.17 rkcomponentproperties.h,1.16,1.17 rkinput.cpp,1.6,1.7 rkinput.h,1.4,1.5 rkstandardcomponent.cpp,1.18,1.19 rkstandardcomponent.h,1.9,1.10 rkvarslot.cpp,1.21,1.22 rkvarslot.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list