/*time plot www.estat.us */ proc timeplot data=sashelp.class; plot height / overlay ref=mean( height ) hiloc npp /*pos=20*/ REFCHAR="*" JOINREF; id name sex; run;