Page 121 - SAS_manual
P. 121
Program: 11.4
Output:
So by using hbar you get horizontal bar, by using pie you get pie chart, by use block you can get 3d block
and by using star you can get graph like stars.
11.4 Proc Gplot:
SYNTAX
proc gplot data=edsn;
plot var1*var2;
symbol i=join,needle,...
c=blue,green,....
w=1,2,3....
value=hash,star,a,b,c,...;
run;
quit;
SAS HANDBOOK | VISIT:: http://nikhilanalytics.com 121