You are working with the diamonds dataset. You create a bar chart with the following code: 1 point ggplot (data - diamonds) geom_bar (mapping - aes (x - color, fill - cut)) + You want to use the facet_wrap() function to display subsets of your data. Add the code chunk that lets you facet your plot based on the variable color. 1 Run Reset How many subplots does your visualization show? 9 8 7 6 1