niannucci / sds192-mp2

A project I completed in Introduction to Data Science (SDS192) at Smith College. Data wrangling with dplyr of election contribution data. Comparing contributions spent supporting and opposing candidates in each state based on political party.
0 stars 0 forks source link

Make Graph #2

Open niannucci opened 5 years ago

niannucci commented 5 years ago

Use ggplot2 to make a bar graph with transaction amount on the y-axis and politics party on the x-axis. Map color to type of transaction (opposing or supporting candidate).

hnhirano commented 5 years ago

Adjust axis and legend labels and theme, so that it is more easy to understand