# Planning the scatter plot - Draw a scatter plot. - Title the plot/graph - Draw the axes. - 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.