Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcdermott committed Feb 12, 2024
1 parent 25d46fd commit 0706843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/draw_legend.R
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ gradient_legend = function(legend.args, lmar = NULL, outer_right = NULL, outer_b
lbl_x_anchor = rasterbox[3]
ttl_x_anchor = rasterbox[1]
lbl_adj = c(-0.25, 0.5)
tck_adj = c(0, 0.5)
tck_adj = c(1, 0.5)
ttl_adj = c(0, 0)
if (isFALSE(outer_right)) {
lbl_x_anchor = rasterbox[1]
Expand Down

0 comments on commit 0706843

Please sign in to comment.