Skip to content

Commit

Permalink
re-enable pngquant in ggrepel.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
slowkow committed Apr 28, 2019
1 parent 008feae commit 359c3bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/ggrepel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ opts_chunk$set(
pngquant = "--speed=1 --quality=0-10",
concordance = TRUE
)
# knit_hooks$set(
# pngquant = hook_pngquant
# )
knit_hooks$set(
pngquant = hook_pngquant
)
library(gridExtra)
library(ggplot2)
theme_set(theme_classic(base_size = 18) %+replace% theme(
Expand Down

0 comments on commit 359c3bf

Please sign in to comment.