[rkward-cvs] rkward/rkward/plugins/02plots/scatterplot code.php, 1.5, 1.6 description.xml, 1.7, 1.8

Thomas Friedrichsmeier tfry at users.sourceforge.net
Fri Sep 1 16:58:13 UTC 2006


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

Modified Files:
	code.php description.xml 
Log Message:
Fix overplotting and custom options, make wording of options more similar to the description in R

Index: description.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/02plots/scatterplot/description.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** description.xml	12 Apr 2006 17:49:44 -0000	1.7
--- description.xml	1 Sep 2006 16:58:10 -0000	1.8
***************
*** 54,64 ****
  			<tab label="Type" >
  				<radio id="type" label="Type of graphics" >
! 					<option value="'p'" label="Plot individual points " />
! 					<option value="'l'" label="Plot lines " />
! 					<option value="'b'" label="Plot points connected by lines (both)" />
! 					<option value="'1'" label="Plot points overlaid by lines " />
! 					<option value="'h'" label="Plot vertical lines from points to the zero axis (high-density)" />
! 					<option value="'s'" label="Step-function plots : the top of the vertical defines the point" />
! 					<option value="'S'" label="Step-function plots : the bottom of the vertical defines the point" />
  					<option value="custoType" label="Customize" />
  				</radio>
--- 54,64 ----
  			<tab label="Type" >
  				<radio id="type" label="Type of graphics" >
! 					<option value="'p'" label="Plot individual dots" />
! 					<option value="'l'" label="Plot lines" />
! 					<option value="'b'" label="Plot dots connected by lines (both)" />
! 					<option value="'o'" label="Plot dots overplotted by lines (both)" />
! 					<option value="'h'" label="Plot histogram like vertical lines (high-density)" />
! 					<option value="'s'" label="Stair steps: the top of the vertical defines the point" />
! 					<option value="'S'" label="Stair steps: the bottom of the vertical defines the point" />
  					<option value="custoType" label="Customize" />
  				</radio>

Index: code.php
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/02plots/scatterplot/code.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** code.php	20 Apr 2006 15:04:39 -0000	1.5
--- code.php	1 Sep 2006 16:58:10 -0000	1.6
***************
*** 77,81 ****
  
  <? if  ($type != "custoType" ) echo ( $type . " ->  rk.plugin.tc[[1]]\n" ) ;
! else echo( $typeCusto . " ->  rk.plugin.type.tc[[1]]\n"  ) ?>
  rk.plugin.tc[[2]] <- <? echo ($col . "\n"); ?>
  rk.plugin.tc[[3]] <- <? echo ($cex . "\n"); ?>
--- 77,81 ----
  
  <? if  ($type != "custoType" ) echo ( $type . " ->  rk.plugin.tc[[1]]\n" ) ;
! else echo( $typeCusto . " ->  rk.plugin.tc[[1]]\n"  ) ?>
  rk.plugin.tc[[2]] <- <? echo ($col . "\n"); ?>
  rk.plugin.tc[[3]] <- <? echo ($cex . "\n"); ?>





More information about the rkward-tracker mailing list