diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..9d316b0 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -3,10 +3,16 @@ - Draw a scatter plot. - Draw the axes. - Draw the x-axis. + - figure out the max and min + - figure out the evenally spaced marks + - label the hash marks with the evenally spaced intervals - Draw the line. - - ... - Draw the y-axis. + - figure out the max and min + - figure out the evenally spaced marks + - label the hash marks with the evenally spaced intervals - Draw the line. - - ... - Plot the points. - - ... + - collect a data set of all [x,y] values + - insert each [x,y] values into the code + - have tutrle pick the pen up go to the point put the pen down and draw the point