79491775

Date: 2025-03-07 09:23:08
Score: 0.5
Natty:
Report link

Try adding the guide to your original function:

ggally_hexbin <- function (data, mapping, ...)  {
    p <- ggplot(data = data, mapping = mapping) + geom_hex(...) 
+ guides(fill = guide_colorbar())
    p
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Coco Q.