Make two box plots. One box plot should select one column and generate the box plot. The other should select one column(bill_depth_mm), one factor(species), and then generate the box plot. If you need a reminder of the header names and data, look over the penguins.csv dataset.
Coding:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Switch to Next Tab CTRL + Tab
Switch to Previous TabCTRL + Shift + Tab
Blocks
Hint
Great job!
Try again
Drag in the box plot action block. This block should be placed after the data frame selections have been made and before the chart display action block. Run the program to explore the box plot. To explore the other box plot, stop the program and add the select a factor action block.