-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
79 lines (76 loc) · 2.01 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
TODO
- [ ] packaging
- [ ] conda
- [x] pypi
- [x] can't plot dates
- [x] geom_point
- [x] stat_smooth
- [x] colors
- [x] brewer
- [x] gradient
- [x] default parameter values (colors) aren't working
- [x] geom_area x-axis for dates
- [x] plot
- [x] labels
- [ ] coord_flip
- [x] legend scale is off for colors
- [x] factor not working
- [x] build
- [x] pypi
- [ ] conda
- [x] python3
- [x] docs
- [x] legend titles
- [?] circleci
- [x] geom_bird
- [x] scale_color_funfetti
- [x] scale_color_crayon
- [ ] Extra stuff
- [ ] scale percent labels
- [x] heatmap
- [x] geom_tile
- [?] geom_raster
- [x] geom_step
- [x] geom_bin2d
- [x] bar chart doesn't really work w/ layered approach
- [ ] sideways bar chart
- [x] bar stack
- [x] facets
- [x] facet_wrap labels busted for "non-standard" columns/rows
- [x] labels for facet_wrap
- [x] arguments shouldn't be "x" and "y"
- [x] add arguments for nrows/ncols
- [x] add arguments for scales="free | free_y | free_x"
- [x] legend
- [x] placement on faceted plots with no true center plot
- [x] for size, Line2D spontaneously uses different marker??? WTF (only happens on the pop up, the saved figure has the correct values)
- [x] discrete values
- [x] size
- [x] continuous values
- [x] color
- [x] alpha
- [x] size
- [x] can't have same value in 2 different aesthetics when remapped
- [x] identity aes values (i.e. x='1')
- [x] values
- [x] legend
- [x] scale_*_identity
- [x] geom override parameter support
- [ ] make sure aes are working properly
- [x] x
- [x] y
- [x] shape
- [x] alpha
- [x] size
- [-] fill
- [?] xmin, xmax
- [x] ymin, ymax
- [x] slope
- [x] intercept
- [x] group
- [x] non-core aes for geoms
- [x] date scales
- [x] facet_wrap bug
- [x] figure out theme color cycles
- [x] patsy eval / factors
- [ ] thing to "add code" during __radd__ so we can see the evaluated thing in its entirety