jalvord1 / sds192-mp2

Mini-project 2
0 stars 0 forks source link

How to Plot Multiple Bars for One Variable #4

Open peytondraper opened 7 years ago

peytondraper commented 7 years ago

Not sure if that title makes sense, but I'm struggling trying to figure out code that would let me plot multiple numbers for one thing. For example, if I wanted to plot and compare the top 5 contributions received for each party.

jalvord1 commented 7 years ago

It depends on the type of graph you're looking for, but geom_point will work. Or, you could filter for each of the parties for the top 5 contributors then facet-wrap on parties. Something like that?