We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578cec4 commit ee8bd00Copy full SHA for ee8bd00
R/legend-draw.R
@@ -61,7 +61,7 @@ draw_key_rect <- function(data, params, size) {
61
colour <- if (is.na(data$fill %||% NA)) data$colour
62
rectGrob(gp = gg_par(
63
col = NA,
64
- fill = fill_alpha(col %||% "grey20", data$alpha),
+ fill = fill_alpha(colour %||% "grey20", data$alpha),
65
lty = data$linetype %||% 1
66
))
67
}
0 commit comments