Generate a default scatter plot.
proc gplot data=reflib.stats;
   plot height*weight;
run;