Write a function package to plot points. This package should include functions that: a) initialize the plotting area. b) Set the scales and draw the two axis'. c) Plot a point at a time. d) Output the plotting area. e) It probably is a good idea to translate an (x,y) pair to a number on the grid with a function.