# Planning the scatter plot - 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