Jakub

Results 477 comments of Jakub

You can use the compression argument of the `tiff` device: ``` r library(tmap) library(sf) #> Linking to GEOS 3.13.0, GDAL 3.10.3, PROJ 9.6.0; sf_use_s2() is TRUE library(spData) tm = tm_shape(nz)...

@mtennekes -- please confirm that `...` can be used to provide additional device arguments to `tmap_save()`? If this is true, then we should improve the help file of that function.

Thanks for opening the issue and providing all of the details, @sekiajisekisaba I have a strange feeling that we (landscapemetrics developers) discussed that in the past, but I do not...

👍🏻 @bitbacchus @sekiajisekisaba do you have any improvement suggestions we could do?

Possibly gganimate could serve as an inspiration with its `knit_print.gganim(x, options, ...)` function (https://gganimate.com/reference/animate.html) ``` r library(ggplot2) library(gganimate) ggplot(mtcars, aes(factor(cyl), mpg)) + geom_boxplot() + # Here comes the gganimate code...

There is still a minor issue: the animations do not render correctly when the quarto chunk has two (or more) animations at the same time. See the code at https://github.com/geocompx/tmap/blob/15ceb827dd8303d5a4c1526642b4dd36f29dc4ba/animations.qmd#L42-L53...

@mtennekes I confirm that this issue also applies to gganimate. I do not know if this is helpful, but when the quarto code chunk layout has two or more figures,...

@olivroy evaluate 0.24 and knitr 1.47 -- the issue persists.

@olivroy that open pull request is also not helping here. @olivroy -- any suggestions for the next step? I could open an issue, but I am unsure where (gganimate repo,...