diff --git a/Chapter-Instructions/Chapter_01a_Instructions.qmd b/Chapter-Instructions/Chapter_01a_Instructions.qmd index 27cbad5..1de5010 100644 --- a/Chapter-Instructions/Chapter_01a_Instructions.qmd +++ b/Chapter-Instructions/Chapter_01a_Instructions.qmd @@ -180,6 +180,7 @@ Run the following command (and all example and exercise commands) the same way y #| eval: false ggplot(data = penguins) ``` +A grey box with no axes should have appeared in your workspace. Now we can tell ggplot() how we want to visualize our penguins data. Our next argument is mapping, where we define how the variables in our dataset are mapped to visual properties (ie **aesthetics**) of the plot.