Skip to content

Commit 2874697

Browse files
committed
more space right of map for legend
1 parent d9e67a1 commit 2874697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/plot_empty_map.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ plot_empty_map <- function(
3737
xpdDim <- 6
3838
dev.new(noRStudioGD = TRUE, height = 6, width = 6 * width_factor,
3939
units = "in")
40-
par(mar = c(xpdDim / 2, 0.2, xpdDim / 2 , xpdDim * width_factor - 0.2))
40+
par(mar = c(xpdDim / 2, 0.2, xpdDim / 2 , xpdDim * width_factor + 1))
4141

4242
plot(x = 0, y = 0,
4343
xaxt = "n", yaxt = "n", type = "n",

0 commit comments

Comments
 (0)