79601125

Date: 2025-04-30 21:37:50
Score: 0.5
Natty:
Report link

You could use

scale_color_fermenter(limits = c(0,3), breaks = 1:3)

and shift the key labels down a bit with

+
  theme(
    legend.text = element_text(vjust = 2.5)
  )
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Michiel Duvekot