cis-ds / Discussion

Public discussion
10 stars 15 forks source link

issue on question 4 of hw3 #208

Closed BaichenTan closed 2 years ago

BaichenTan commented 2 years ago

I am so confused of why my code does not print the color graph but only returned black and white graph, I added the fill argument here but it is not processed somehow 7341656266664_ pic 7351656266674_ pic : @bensoltoff

bensoltoff commented 2 years ago

You defined fill as an argument to ggplot(). It should instead be an argument to aes() when you create the mappings.