Skip to content

Commit

Permalink
legend rescaling #909
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Jul 29, 2024
1 parent fab7335 commit 5eac494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/tmapGridComp_leg_portrait.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ tmapGridCompPrepare.tm_legend_standard_portrait = function(comp, o) {
"rect"
}

text.size = text.size * o$scale
title.size = title.size * o$scale

title.align = get_vector_id(title.align, type)
xlab.align = get_vector_id(xlab.align, type)
ylab.align = get_vector_id(ylab.align, type)
Expand Down

0 comments on commit 5eac494

Please sign in to comment.