B.1 Scatter plot with geom_point

Code
ggplot(d, aes(x = ascore, y = hscore))+
  geom_point()