79261426

Date: 2024-12-07 21:24:28
Score: 1
Natty:
Report link

The code here works, you just have to change

p = ggplot(global, aes(x=as.factor(id), y=value, fill=group)) + 

to

p = ggplot(data, aes(x=as.factor(id), y=value, fill=group)) + 

grid_data, used in the geom_segment, is derived from data at this point.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Guillaume