[rkward-cvs] rkward/rkward/plugins/distributions plot_poisson_distribution.php,1.2,1.3
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Wed Apr 5 16:01:20 UTC 2006
- Previous message: [rkward-cvs] rkward/rkward/plugins/plots box_plot.php,1.1,1.2 box_plot.xml,1.1,1.2 histogram.php,1.2,1.3
- Next message: [rkward-cvs] rkward/rkward/plugins distributions.pluginmap,1.2,1.3 plots.pluginmap,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward/rkward/plugins/distributions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5944/distributions
Modified Files:
plot_poisson_distribution.php
Log Message:
More small fixes to the plugins
Index: plot_poisson_distribution.php
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/distributions/plot_poisson_distribution.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** plot_poisson_distribution.php 5 Apr 2006 10:10:03 -0000 1.2
--- plot_poisson_distribution.php 5 Apr 2006 16:01:17 -0000 1.3
***************
*** 10,14 ****
rk.graph.on ()
! plot (<? getRK ("function"); ?> (<? getRK ("min"); ?> : <? getRK ("max"); ?>) , lambda = <? getRK ("mean"); ?>)
rk.graph.off ()
<?
--- 10,14 ----
rk.graph.on ()
! plot (<? getRK ("function"); ?> (<? getRK ("min"); ?> : <? getRK ("max"); ?>, lambda = <? getRK ("mean"); ?>))
rk.graph.off ()
<?
- Previous message: [rkward-cvs] rkward/rkward/plugins/plots box_plot.php,1.1,1.2 box_plot.xml,1.1,1.2 histogram.php,1.2,1.3
- Next message: [rkward-cvs] rkward/rkward/plugins distributions.pluginmap,1.2,1.3 plots.pluginmap,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list