[Xts-commits] r623 - pkg/xtsExtra/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed May 30 06:32:03 CEST 2012
Author: weylandt
Date: 2012-05-30 06:32:03 +0200 (Wed, 30 May 2012)
New Revision: 623
Modified:
pkg/xtsExtra/R/plot.R
Log:
Remove stay debugging print()
Modified: pkg/xtsExtra/R/plot.R
===================================================================
--- pkg/xtsExtra/R/plot.R 2012-05-30 03:59:04 UTC (rev 622)
+++ pkg/xtsExtra/R/plot.R 2012-05-30 04:32:03 UTC (rev 623)
@@ -195,10 +195,8 @@
axis(1, at=xy$x[ep], labels=names(ep), las=1, lwd=1, mgp=c(3,2,0))
axis(2)
}
-
- print(candle.col)
-
- xts:::plot.ohlc.candles(x, bar.col = bar.col, candle.col = candle.col)
+
+ xts:::plot.ohlc.candles(x, bar.col = bar.col, candle.col = candle.col)
box()
assign(".plot.xts",recordPlot(),.GlobalEnv)
return(invisible(reclass(x)))
More information about the Xts-commits
mailing list