|
Chapter Contents |
Previous |
Next |
| INSET Statement |
proc pareto data=failure3;
vbar cause /
freq = counts;
cframe = ligr
cbars = vigb
cconnect = salmon;
inset n / height=3 cfill=ywh ctext = vigb header='NW' pos=nw;
inset n / height=3 cfill=ywh ctext = vigb header='N ' pos=n ;
inset n / height=3 cfill=ywh ctext = vigb header='NE' pos=ne;
inset n / height=3 cfill=ywh ctext = vigb header='E ' pos=e ;
inset n / height=3 cfill=ywh ctext = vigb header='SE' pos=se;
inset n / height=3 cfill=ywh ctext = vigb header='S ' pos=s ;
inset n / height=3 cfill=ywh ctext = vigb header='SW' pos=sw;
inset n / height=3 cfill=ywh ctext = vigb header='W ' pos=w ;
run;
|
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.