Make two scatter plots. One scatter plot should select two columns and generate the scatter plot. The other should select two columns, one factor, and then generate the scatter 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 scatterplot 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 scatter plot. To explore the other scatter plot, stop the program and add the select a factor action block.