[rkward-cvs] rkward/rkward/plugins/02plots/scatterplot code.php,1.1,1.2

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Apr 28 20:05:56 UTC 2005


Update of /cvsroot/rkward/rkward/rkward/plugins/02plots/scatterplot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19394

Modified Files:
	code.php 
Log Message:
Fix scatterplot

Index: code.php
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/02plots/scatterplot/code.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** code.php	15 Apr 2005 07:45:10 -0000	1.1
--- code.php	28 Apr 2005 20:05:54 -0000	1.2
***************
*** 93,97 ****
--- 93,99 ----
  */ ?>
  rk.plugin.before = expression( <? getRK("before") ; ?>) ;
+ <? /*
  rk.plugin.after = expression( <? getRK("after") ; ?>) ;
+ */ ?>
  
  <? # axes ?>
***************
*** 136,140 ****
  
  # evaluating after
! if (!is.null(eval(rk.plugin.after))) eval(rk.plugin.after)
  #doesn't work very well
  #if (!is.null(eval(rk.plugin.off))) eval(rk.plugin.off)
--- 138,142 ----
  
  # evaluating after
! # if (!is.null(eval(rk.plugin.after))) eval(rk.plugin.after)
  #doesn't work very well
  #if (!is.null(eval(rk.plugin.off))) eval(rk.plugin.off)





More information about the rkward-tracker mailing list