From ff041751bf243f13f230bcb3a416e8ad6745e144 Mon Sep 17 00:00:00 2001 From: cramsey Date: Mon, 27 Oct 2025 09:22:49 -0400 Subject: [PATCH] I added more to the list of things I need to code for this project. I don't think I could code much as of right now unless I get like exact directions or a very detailed example, although I think I should be good with plotting the points and fixing wrong things. --- planning_scatter.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..47c53b9 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -4,9 +4,10 @@ - Draw the axes. - Draw the x-axis. - Draw the line. - - ... - - Draw the y-axis. + - Draw tick marks and units. + - Draw the y-axis. - Draw the line. - - ... + - Draw tick marks and units + - Figure out how many units in graph. - Plot the points. - - ... + - Correct any incorrect points