Skip to content

Commit

Permalink
tweak frontcover
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Sep 21, 2018
1 parent e8e1b07 commit b77f23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/frontcover.R
Expand Up @@ -54,7 +54,7 @@ h1
p2 = grid::textGrob("> geo::",
gp = grid::gpar(
col = "blue",
cex = 2.5
cex = 3
))

s_x = 1.0
Expand Down Expand Up @@ -286,7 +286,7 @@ final_plot = function(hex1, hex2, hex3, hex4, hex5, hex6){
print(p)
}

final_plot(h6, h1, h2, h4, h5, h3)
final_plot(h6, h4, h2, h3, h5, h1)
ggsave("geocompr_cover.pdf", width = 12, height = 18)
browseURL("geocompr_cover.pdf")

0 comments on commit b77f23d

Please sign in to comment.