R: ggplot Plotting back to back charts using facet_wrap
See the original posting on DZone Python
Earlier in the week I showed a way to plot back to back charts using Rs ggplot library but looking back on the code it felt like it was a bit hacky to glue two charts together using a grid.
I wanted to find a better way.
To recap, I came up with the following charts showing the RSVPs to Neo4j London meetup events using this code:
Preview Text:
…