79451947

Date: 2025-02-19 15:44:15
Score: 1
Natty:
Report link

The black lines show up because you use geom_col(color = "black") you can make them the same color as your fill using geom_col(aes(color = comp)). This way they are still there, but not visible. An alternative would be geom_col(color = NA) which would make the borders invisible.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Niklas