79447099

Date: 2025-02-18 04:04:39
Score: 2
Natty:
Report link
ggplot(iris, aes(Sepal.Length, Petal.Width, shape = Species, colour = Species)) +
  geom_point() +
  theme(legend.position = c(0.8, 0.2))

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nicholaspooran