From 768caf257272778ef0028de1d2019c6733c7d398 Mon Sep 17 00:00:00 2001 From: mollychi Date: Sun, 5 Oct 2025 17:29:20 -0400 Subject: [PATCH] I first removed the make the draw the line after the draw the y/x axis, added in the information about the line like the range and domain and the hash marks then added draw the line back in. Then i added information about what i would need to do to go about plotting the points I could definietly draw the axis' themselves, i think i could draw the dots (not the most effciently way i believe) but they would get on there. I dont think I would be able to label the axis with the numbers on the hash marks and the axis's with the letters and numbers. I know we wrote letters in the past but it just seems very difficult on a larger scale --- planning_scatter.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..9d316b0 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -3,10 +3,16 @@ - Draw a scatter plot. - Draw the axes. - Draw the x-axis. + - figure out the max and min + - figure out the evenally spaced marks + - label the hash marks with the evenally spaced intervals - Draw the line. - - ... - Draw the y-axis. + - figure out the max and min + - figure out the evenally spaced marks + - label the hash marks with the evenally spaced intervals - Draw the line. - - ... - Plot the points. - - ... + - collect a data set of all [x,y] values + - insert each [x,y] values into the code + - have tutrle pick the pen up go to the point put the pen down and draw the point