Lijia Yu

Results 30 comments of Lijia Yu

I couldn't reproduce the bug, both scripts are running well on my CentOS server. Maybe the memory of your machine is too limited to run the first script. Here is...

Hi, This problem is introduced by the Magick package. In `magick::image_animate` function, `fps` must be a factor of 100, https://github.com/ropensci/magick/blob/master/R/animation.R#L37 I don't know why the author set this as default,...

Hi, @grssnbchr It is a little bit difficult for save GIF with ggplot2 and with a transparent background. You can try use `im.convert()` or `gm.convert()` in animation package. Here is...

I tested your demo twice with img.name = "blacksquare" or img.name = "blackcircle", and keeping the html file name as same, I didn't see any a placeholder image.

Yes, I think there are some problems in `saveHTML`, I am checking it now. I didn't find `blacksquare0.png` in my directory. I am checking why the two animations were displayed...

In `saveHTML`, if we create multiple animations with same `htmlfile` name, we try to add new animation after the old animation in the same file, although we don't show any...

I am not familiar with `hexo`. But you can generate the animation figure on your local computer, and upload it to online storage platform. Then you can embed the figure...

This is maybe what you need: [Data Visualization Using Plotly in Hexo](http://alextao.me/2017/02/19/Plotly/), and [here](https://github.com/ymtao0823/ymtao0823.github.io/blob/master/2017/02/19/Plotly/index.html) is the raw html code of that post. `Hexo` cannot convert any r code (in Markdown...

`animation`is a package to animate image/figure sequence. You should generate **figures with label and title** before using any `animation` function.