Skip to content

Commit

Permalink
Workaround ugly border in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 21, 2017
1 parent 35eb284 commit 9ef7d35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions inst/doc/intro.R
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ out <- lapply(datalist, function(data){
print(p)
})
dev.off()
img <- image_background(image_trim(img), 'white')
animation <- image_animate(img, fps = 2)
print(animation)

Expand Down
1 change: 1 addition & 0 deletions inst/doc/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ out <- lapply(datalist, function(data){
print(p)
})
dev.off()
img <- image_background(image_trim(img), 'white')
animation <- image_animate(img, fps = 2)
print(animation)
```
Expand Down
1 change: 1 addition & 0 deletions vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ out <- lapply(datalist, function(data){
print(p)
})
dev.off()
img <- image_background(image_trim(img), 'white')
animation <- image_animate(img, fps = 2)
print(animation)
```
Expand Down

0 comments on commit 9ef7d35

Please sign in to comment.