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.
radius
1 parent 3b9867c commit 6ccb3b6Copy full SHA for 6ccb3b6
R/geom-hex.R
@@ -57,6 +57,7 @@ GeomHex <- ggproto("GeomHex", Geom,
57
fill = from_theme(fill %||% col_mix(ink, paper)),
58
linewidth = from_theme(borderwidth),
59
linetype = from_theme(bordertype),
60
+ radius = 1,
61
alpha = NA
62
),
63
0 commit comments