From 55e3f274be3a3446f9704363f8c7825c6de2acb1 Mon Sep 17 00:00:00 2001 From: Lauren Dawnkaski Date: Mon, 30 Sep 2024 18:18:53 -0400 Subject: [PATCH] I have reached checkpoint 1. I think I could probably create most of the scatter plot on my own at this point but it would take a very long time to plot each point. I'm sure there is an easier way than finding each point one at a time. I wouldn't know how to write the numbers at this point either. --- planning_scatter.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..ad29e75 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -4,9 +4,21 @@ - Draw the axes. - Draw the x-axis. - Draw the line. - - ... + - draw tick marks for each spot the numbers will go + - evenly divide the axis + - label the axis with numbers + - decide on a scale for the axis + - Draw the y-axis. - Draw the line. - - ... + - draw tick marks for each spot the numbers will go + - evenly divide the axis + - label the axis with numbers + - decide on a scale for the axis + - Plot the points. - - ... + - draw each point + - draw a small circle + - color the circle in + - determind the (x,y) coordinate of each point + - locate the correct spot on the set of axis for each point