animint2
animint2 copied to clipboard
Animated interactive grammar of graphics
This pull request replaces the previous use of PhantomJS as the headless testing browser with Chrome, which was done to resolve the issue of getting Dynamic HTML via JavaScript DOM...
these days before merging a PR, I am re-building https://github.com/tdhock/animint-book to make sure nothing breaks. this suggests we should add a GH action which does this automatically for every push....
This PR addresses issue #100. - Added "TODO add source" to 2 `.Rd` files. This means a source for the dataset is missing. - Added "TODO add codebook" to 19...
While working with creating a tiled plot I tried using the `geom_raster` geometry, which documentation states is special case of `geom_tile` that is optimized for all tiles being the same...
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).
clickSelects is already a character vector but the names are ignored. If names are present we could interpret it to mean names=selectors, values=column names. OPTIMIZATION: for the prostateLasso test, it...
here is a simple example which uses alpha_off and color_off, with both points and tiles, https://bl.ocks.org/tdhock/raw/0c6fc15834620a391d281ef8be7587d5/ source: https://github.com/tdhock/animint-book/blob/master/Ch06-other.Rmd#L378 seems like everything is working as expected, using code from #72 but...
This pull request is a task that is a part of GSoC 2024. As mentioned in the issue #115, in the current implementation of animint2, ggplots appear one after another...
In this thread I will post status of various tasks I am doing as a part of GSoC 2024.