79691224

Date: 2025-07-05 17:54:00
Score: 0.5
Natty:
Report link

With the help in this post, I finally found out that legend.key.spacing=unit(1,'cm') does exactly what I was looking for:

my_plot + guide_area() + my_plot + 
  plot_layout(guides='collect') + 
      theme(legend.key.spacing=unit(1,'cm'))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: NicolasBourbaki