From 7c2f5a84fe5edcf5985f11cf4c34623c76c320f7 Mon Sep 17 00:00:00 2001 From: dpanarello2 Date: Mon, 20 Oct 2025 19:48:30 -0400 Subject: [PATCH] I added topics to scale the axes and to create the points to plot. Checkpoint 1: I am curious how many points we have to plot and are there specific points? --- planning_scatter.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..d9d39ec 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -4,9 +4,11 @@ - Draw the axes. - Draw the x-axis. - Draw the line. - - ... + - Scale the axis - Draw the y-axis. - Draw the line. - - ... + - scale the axis - Plot the points. - - ... + - determine the number of points you want to plot + - determine the x and y values of those points + - create dots