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