Skip to content

Commit 6ccb3b6

Browse files
committed
add radius aesthetic
1 parent 3b9867c commit 6ccb3b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/geom-hex.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ GeomHex <- ggproto("GeomHex", Geom,
5757
fill = from_theme(fill %||% col_mix(ink, paper)),
5858
linewidth = from_theme(borderwidth),
5959
linetype = from_theme(bordertype),
60+
radius = 1,
6061
alpha = NA
6162
),
6263

0 commit comments

Comments
 (0)