Generate a default scatter plot.
proc gplot data=sashelp.class; plot height*weight; run;