From 9f2d43d13e3aa0a7c8ef843eb9bca6f11ad3315a Mon Sep 17 00:00:00 2001 From: zimin-c Date: Thu, 17 Jul 2025 16:27:03 -0700 Subject: [PATCH] Update Chapter_01a_Instructions.qmd --- Chapter-Instructions/Chapter_01a_Instructions.qmd | 1 + 1 file changed, 1 insertion(+) 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.