[rkward-cvs] SF.net SVN: rkward: [1159] trunk/rkward/rkward/plugins/plots/ scatterplot_matrix.php
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Jan 15 15:52:19 UTC 2007
Revision: 1159
http://svn.sourceforge.net/rkward/?rev=1159&view=rev
Author: tfry
Date: 2007-01-15 07:52:19 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
Add try () statement around plot
Modified Paths:
--------------
trunk/rkward/rkward/plugins/plots/scatterplot_matrix.php
Modified: trunk/rkward/rkward/plugins/plots/scatterplot_matrix.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/scatterplot_matrix.php 2007-01-15 15:38:24 UTC (rev 1158)
+++ trunk/rkward/rkward/plugins/plots/scatterplot_matrix.php 2007-01-15 15:52:19 UTC (rev 1159)
@@ -16,7 +16,7 @@
rk.header ("Scatterplot Matrix", parameters=list ("Diagonal Panels", "<? getRK("diag") ?>", "Plot points", "<? getRK ("plot_points"); ?>", "Smooth", "<? getRK ("smooth"); ?>", "Ellipses", "<? getRK ("ellipse"); ?> at 0.5 and 0.9 (normal) probability or confidence levels."))
rk.graph.on ()
-scatterplot.matrix(rk.temp.x, diagonal="<? getRK("diag") ?>", plot.points=<? getRK ("plot_points"); ?>, smooth=<? getRK ("smooth"); ?>, ellipse=<? getRK ("ellipse"); ?>)
+try (scatterplot.matrix(rk.temp.x, diagonal="<? getRK("diag") ?>", plot.points=<? getRK ("plot_points"); ?>, smooth=<? getRK ("smooth"); ?>, ellipse=<? getRK ("ellipse"); ?>))
rk.graph.off ()
<?
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list