Click here to see the SAS code.
Click here to see the example.

This is another variation of the very first wafermap I created, many years ago :)

In this version, I use "goptions device=activex;" which provides you 
with a 3d interactivex wafermap that you can change on-the-fly (for
example, change the colormap), and also rotate.

When you view this example for the first time, you will be prompted 
to install the sas/graph activex graph control, if you do not have
it already installed.

Note that I code in a 'codebase' in the ods html statement, so that
the sas/graph output will prompt the user to load/install the 
activex control from this copy that I made in the current 
directory, if they don't already have it installed ...

 ODS HTML path=odsout body="&name..htm"
 CODEBASE="./sasgraph.exe#version=9,1,3,135"
 style=minimal
 ;

Back to Samples Index