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