From 44cb25a94bacc685921b80e3b2b546448fbc06ab Mon Sep 17 00:00:00 2001 From: ilmabura Date: Mon, 6 Oct 2025 20:10:39 -0400 Subject: [PATCH] created a plan on how to tackle the lab finished up planning on planning_scatter. --- planning_scatter.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..1b4b9d1 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -4,9 +4,10 @@ - Draw the axes. - Draw the x-axis. - Draw the line. - - ... + - create labels for the x-axis - Draw the y-axis. - Draw the line. - - ... + - create labels for the y-axis - Plot the points. - - ... + - create a list of tuples of x,y values to be plotted + - map the x, y values to the lines and draw a dot using goto