[Xts-commits] r705 - pkg/xtsExtra/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 7 20:18:14 CEST 2012


Author: weylandt
Date: 2012-08-07 20:18:14 +0200 (Tue, 07 Aug 2012)
New Revision: 705

Modified:
   pkg/xtsExtra/R/plot.R
Log:
Allow las to be respected via ...

Modified: pkg/xtsExtra/R/plot.R
===================================================================
--- pkg/xtsExtra/R/plot.R	2012-08-07 17:00:28 UTC (rev 704)
+++ pkg/xtsExtra/R/plot.R	2012-08-07 18:18:14 UTC (rev 705)
@@ -343,7 +343,7 @@
   if(axes) {
     if(have_x_axis){
       if(minor.ticks) axis(1, at=xy$x, labels=FALSE, col='#BBBBBB')
-      axis(1, at=xy$x[ep], labels=names(ep), las=1, lwd=1, mgp=c(3,2,0))  
+      axis(1, at = xy$x[ep], labels = names(ep), lwd = 1, mgp = c(3,2,0))  
     }
     if(have_y_axis){
       axis(2 + 2*(ylab.axis == "right"))  



More information about the Xts-commits mailing list