diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..960cb27 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -1,12 +1,12 @@ # Planning the scatter plot -- Draw a scatter plot. - - Draw the axes. - - Draw the x-axis. - - Draw the line. - - ... - - Draw the y-axis. - - Draw the line. - - ... - - Plot the points. - - ... +- Draw a scatter plot. - This should include the x and y axis with automatic scale and all points plotted accurately. + - Draw the axes. - This should nest the x and y axis within one function. + - Draw the x-axis. - This should draw the x axis with proper labels of measurement. + - Draw the line. - This will draw a straight line. + - ... - This will provide any labels for the axis and return the turtle to its starting point. + - Draw the y-axis. - This should draw the y axis with proper labels of measurement. + - Draw the line. - This will draw a straight line. + - ... - This will provide any labels for the axis and return the turtle to its starting point. + - Plot the points. - This will nest all points within one function. + - ... - This will break down each individual point for the scatter plot.