-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
34 lines (31 loc) · 1.24 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
TODO list for GSOC 2012-2013 / xtsExtra
MULTITYPE OBJECTS
-- Most everything
ANALYTICS
-- regularize()
GRAPHICS
-- plot.xts
-- Features:
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 (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
-- Long term:
"River plots"
P Carl's Unstacked Plots