79256330

Date: 2024-12-05 21:58:37
Score: 0.5
Natty:
Report link

I may be misunderstanding your question, but I think this is all you need:

ggplot(data = data, aes(x = x, y = y, color = Variable)) + geom_point() + scale_color_manual(values = color_plot)

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