my very sad bargraph
legend("topright", c("No Response", "Correct", "Incorrect"),
fill=c("#999999", "#33FF33", "#FF0000"))
legend("bottomright", c("No Response", "Correct", "Incorrect"),
fill=c("#999999", "#33FF33", "#FF0000"))
When I try to make it smaller I use cex=0.75
, but all that does is make the legend smaller, it still sits on top of the data.