From 249d3cf1b679a979bc2bb5720e68b6ccb152a561 Mon Sep 17 00:00:00 2001 From: njmason2 Date: Tue, 7 Oct 2025 16:39:06 -0400 Subject: [PATCH] planning_scatter.md --- planning_scatter.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..5577649 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -4,9 +4,11 @@ - Draw the axes. - Draw the x-axis. - Draw the line. - - ... + - Draw the tick marks for the x-axis. + - Label the x-axis and tick marks. - Draw the y-axis. - Draw the line. - - ... + - Draw the tick marks for the y-axis. + - Label the y-axis and tick marks. - Plot the points. - - ... + - Choose a color for the data points.