Session Ready
Exercise

Plot counts

You can learn a lot about your data by counting, but sometimes you can learn even more by plotting counts. This is especially true when you have lots of things to count! With eight series, 74 episodes, and 95 bakers, a plot can be more helpful than a table of numbers. We'll use ggplot2 (already loaded for you) to visualize the number of bakers across episodes for each series from bakeoff.

Instructions
100 XP

Make a bar chart using geom_bar to plot the number of bakers from bakeoff per episode along the x-axis. Use facet_wrap by series.