geom_hex ignores size aesthetic/parameter #2488
Labels
feature
a feature request or enhancement
good first issue ❤️
good issue for first-time contributors
help wanted ❤️
we'd love your help!
layers 📈
geom_hex defines a size default of 0.5, which by analogy with other filled geoms I would expect to control line weight (e.g. geom_bin2d, see bottom).
But it never gets passed to
hexGrob
so there is no change in the output size.There's also an interesting inconsistency which may or may not be issue-worthy: geom_hex claims size as an aesthetic (in docs), whereas geom_bin2d does not, and for geom_bin2d size does indeed not work as an a aesthetic, only as a parameter, it seems.
The text was updated successfully, but these errors were encountered: