From e00c751d287372fb8eb15776f683fcc29c500a83 Mon Sep 17 00:00:00 2001 From: jwberent Date: Fri, 3 Oct 2025 12:57:03 -0400 Subject: [PATCH] I added the steps to create a scatter plot in the planning_scatter.md file. Checkpoint 1: I think I could write all of the code for the scatter plot as I have done this before. I did not come accross any specific issues while planning. --- planning_scatter.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..8ba0769 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -4,9 +4,16 @@ - Draw the axes. - Draw the x-axis. - Draw the line. - - ... + - Draw tick marks evenly spaced apart + - Draw between 5-10 tick marks + - Label the tick marks + - Write the title for the x-axis - Draw the y-axis. - Draw the line. - - ... + - Draw tick marks evenly spaced apart + - Draw between 5-10 tick marks + - Label the tick marks + - Write the title for the y-axis - Plot the points. - - ... + - Draw the title of the graph + - Sometimes connect the points with a line \ No newline at end of file