Hey all, I'm brand new to R and would appreciate some help. None of my friends could figure out what is wrong with my code or data, but every time I plot a graph it ends up looking something like this (see picture attached). This happens to almost any graph I plot so potentially something is wrong with my computer? If anyone could give me a hand it would be much appreciated.
This is the code I used:
ggplot(data = economic_consideration,
aes(x = 'ethnicity', y = 'percentage employed', colour = State)) + geom_point()