[rkward-cvs] rkward/rkward/plugins/plots histogram.php,1.4,1.5

Thomas Friedrichsmeier tfry at users.sourceforge.net
Tue Apr 18 12:04:36 UTC 2006


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

Modified Files:
	histogram.php 
Log Message:
Remove duplicate caption for histogram output

Index: histogram.php
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/plots/histogram.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** histogram.php	11 Apr 2006 00:16:42 -0000	1.4
--- histogram.php	18 Apr 2006 12:04:34 -0000	1.5
***************
*** 18,22 ****
  ?>
  rk.header ("Histogram", list ("Frequency", "<? echo $scale; ?>", "Breaks algorithm", <? echo ("\"" . $breaks . "\""); ?>, "Variable", rk.get.description (<? echo ($x); ?>)))
- cat ("<h1>Histogram</h1>")
  rk.graph.on ()
  hist (<? echo ($x); ?>, <? echo ($breaksopt); ?>, freq = <? echo $scale; ?><? getRK ("plotoptions.code.printout"); ?>)
--- 18,21 ----





More information about the rkward-tracker mailing list