[Robast-commits] r404 - branches/robast-0.8/pkg/RobAStBase/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri May 7 19:25:09 CEST 2010
Author: ruckdeschel
Date: 2010-05-07 19:25:09 +0200 (Fri, 07 May 2010)
New Revision: 404
Modified:
branches/robast-0.8/pkg/RobAStBase/R/infoPlot.R
Log:
Nataliya found yet another bug in infoPlot.R
Modified: branches/robast-0.8/pkg/RobAStBase/R/infoPlot.R
===================================================================
--- branches/robast-0.8/pkg/RobAStBase/R/infoPlot.R 2010-05-06 21:39:57 UTC (rev 403)
+++ branches/robast-0.8/pkg/RobAStBase/R/infoPlot.R 2010-05-07 17:25:09 UTC (rev 404)
@@ -388,7 +388,7 @@
line = lineT, cex.main = cex.inner, col.main = col.inner))
}
- if(dims > 1){
+ if(dims > 1 && length(to.draw[to.draw!=1])>0){
dotsP["ylim"] <- NULL
dotsL["ylim"] <- NULL
dotsT["ylim"] <- NULL
More information about the Robast-commits
mailing list