[rkward-cvs] rkward/rkward/plugins/distributions plot_f_distribution.xml,1.1,1.2
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Thu Mar 23 15:09:53 UTC 2006
- Previous message: [rkward-cvs] rkward/doc/en writing_plugins_introduction.docbook,1.5,1.6
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward/rkward/plugins/distributions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19569/rkward/plugins/distributions
Modified Files:
plot_f_distribution.xml
Log Message:
Some adjustments that came to mind while writing documentation
Index: plot_f_distribution.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/distributions/plot_f_distribution.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** plot_f_distribution.xml 12 Mar 2006 18:09:11 -0000 1.1
--- plot_f_distribution.xml 23 Mar 2006 15:09:51 -0000 1.2
***************
*** 13,23 ****
<row>
<frame label="Range" >
! <spinbox max_precision="" default_precision="" type="real" min="0.001" id="min" initial="0.001" max="10000000" label="Minumum" />
! <spinbox max_precision="" default_precision="" type="real" min="0.001" id="max" initial="1999" max="10000000" label="Maximum" />
</frame>
</row>
<row>
! <spinbox max_precision="" default_precision="" type="real" min="1" id="df1" initial="1" max="10000000" label="Numerator degrees of freedom" />
! <spinbox max_precision="2" default_precision="2" type="real" min="1" id="df2" initial="1" max="10000000" label="Denominator degrees of freedom" />
</row>
</column>
--- 13,23 ----
<row>
<frame label="Range" >
! <spinbox max_precision="6" default_precision="2" type="real" min="0.001" id="min" initial="0.001" max="10000000" label="Minumum" />
! <spinbox max_precision="6" default_precision="2" type="real" min="0.001" id="max" initial="1999" max="10000000" label="Maximum" />
</frame>
</row>
<row>
! <spinbox type="integer" min="1" id="df1" initial="1" max="10000000" label="Numerator degrees of freedom" />
! <spinbox type="integer" min="1" id="df2" initial="1" max="10000000" label="Denominator degrees of freedom" />
</row>
</column>
- Previous message: [rkward-cvs] rkward/doc/en writing_plugins_introduction.docbook,1.5,1.6
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list