[Xts-commits] r730 - pkg/xtsExtra
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Sep 21 17:19:41 CEST 2012
Author: weylandt
Date: 2012-09-21 17:19:41 +0200 (Fri, 21 Sep 2012)
New Revision: 730
Modified:
pkg/xtsExtra/TODO
Log:
Add a few ideas to TODO
Modified: pkg/xtsExtra/TODO
===================================================================
--- pkg/xtsExtra/TODO 2012-09-16 14:18:17 UTC (rev 729)
+++ pkg/xtsExtra/TODO 2012-09-21 15:19:41 UTC (rev 730)
@@ -9,20 +9,23 @@
GRAPHICS
-- plot.xts
-- Features:
- auto-legend: use code from Performance Analytics. Nees to support blocks, events, lines, etc.
+ auto-legend: use code from Performance Analytics.
+ Needs to support blocks, events, lines, etc. more intelligently
xlim acting panelwise
- xlim to allow plotting trading hours only
+ xlim to allow plotting trading hours only (or equal time steps like chartSeries)
+ axis flexibility (e.g., PBurns' pp.timeplot() )
-- Bugs:
labels sometimes overlap (see Jul24 example from KR where Russian and LTCM cross)
strange abline() bug reported by Samo; see reproducible example in Aug14 email to JMU
-- Not Sure:
x <- as.xts(sample_matrix); plot(cbind(x, x[,1]), layout = matrix(1:6, ncol = 2)) -- is this a bug? ggplot2 is ok with it
-
-- Long term:
Do layout without layout so we can move back and forth among screens?
Write demo or vignette
+ Data transforms with BGP & PCC
-- barplot.xts
-- Features:
+ Rewrite as panel function to plot.xts? (As part of work with PCarl and BPeterson)
-- Bugs:
space argument for unstacked plots
x axis spacing for irregular xts
More information about the Xts-commits
mailing list