forked from animint/animint2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
60 lines (36 loc) · 1.52 KB
/
NEWS
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
TODO
add test with tdhock/changepoint-data-structure/figure-loss-small.R --
right now it works with update_axes but if I add clickSelects it stops
working (but it should still work).
support variable mapping and scales that can the user can
interactively update.
OPTIMIZATION: for the prostateLasso test, it would be great to be able
to specify clickSelects=c(arclength="arclength.click") even if there
is no column named arclength in the data -- this would mean to update
the selector called "arclength" with the value in column
"arclength.click" -- less disk space, and faster compiling.
2019.7.12
Added three authors which are mentioned in Rd/R files.
2019.7.3
ggsave(file.path(tempdir(), f)) in examples.
2019.7.2
animint2dir writes to temp dir rather than user dir during examples/tests.
2019.6.6 PR#27
animint(out.dir="path/to/dir") is respected by print.animint
animint2dir removes previous out.dir
2019.6.4
bugfix for facet_grid(scales/space="free")
bugfix for update_axes with geom_abline
bugfix for graph height computation, which only showed up when there
were lots of rows in the facet spec.
2018.12.14
animint fun, export print method.
infinite values converted to range min/max before saving tsv files.
2018.10.4
DEP: no longer depend on any branch of ggplot2.
train_layout from ggplot2 - R/panel.r function is now
g_train_layout. train_layout from animint2 - R/z_facet.R function is
the same. Both are internal functions.
2017.08.24
DSL: clickSelects/showSelected are now specified as parameters rather
than aesthetics.