Skip to content

Commit

Permalink
Add legend.text.size value
Browse files Browse the repository at this point in the history
  • Loading branch information
vjsantojaca committed May 12, 2021
1 parent 3f29cb8 commit 566321b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/map_building.r
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ create_spanish_cad_building_age <- function(city) {
legend.outside = TRUE,
legend.text.color = "white",
legend.text.fontfamily = "Montserrat",
legend.text.size = 1,
panel.label.fontfamily = "Montserrat",
panel.label.color = "white",
panel.label.bg.color = "black",
Expand All @@ -115,10 +116,9 @@ create_spanish_cad_building_age <- function(city) {
tmap_save(final_map,
filename = paste(city, "_evolution_urban.png", sep=""),
scale = 1,
width = 36,
height = 24,
units = "in",
dpi = 500)
width = 2560,
units = "px",
dpi = 300)

print("All done")

Expand Down
Binary file modified misc/Salamanca_evolution_urban.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 566321b

Please sign in to comment.