ScatPlotPoint := proc () local X, Y, N, A, Minx, Maxx, Miny, Maxy, XR, YR, EX, EY, i; option `January 27, 1994 -- Zaven A. Karian, June 28, 1999, Elliot Tanis`; description `Produce a scatter plot of X-Y pairs`; if nargs = 1 and not type(args[1],listlist) then ERROR(`When one argument is used it must be a list of lists`) fi; if nargs = 2 and not (type(args[1],list) and type(args[2],list)) then ERROR(`When two arguments are used, both must be lists`) fi; if nargs = 2 and nops(args[1])