diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..605062d 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -1,12 +1,20 @@ # Planning the scatter plot - Draw a scatter plot. +- Title the plot/graph - Draw the axes. - - Draw the x-axis. - - Draw the line. - - ... - - Draw the y-axis. - - Draw the line. - - ... + - Label the axes. + - Draw the x-axis. + - Draw the line. + - Determine the step-size + - Place the values along the x-axis + - Draw the y-axis. + - Draw the line. + - Determine the step-size + - Place the values aloing the y-axis - Plot the points. - - ... + - Match the corresponding x and y values. + - Place markers at the intersection of the values. + - Add legends, if needed. + +