home *** CD-ROM | disk | FTP | other *** search
- use gdwtrdm
- thick = 2
- begin
- plot uranium*longtude*latitude / smooth=krig,tension=.35,cut=30,loc=0,-2,
- ax=corner,xlabel='Latitude', ylabel='Longitude', zlabel='Uranium',
- height=4.0in, altitude = 4.0, width=4.0in,size=0,fcolor=violet,zgrid,ymin=100,ymax=102.5,zmin=0,zmax=130,
- title='Actual Uranium and Kriging Smoother by Geography'
- plot uranium*longtude*latitude /fill=1,
- xlabel='', ylabel='', zlabel='',ax=none,loc=0,-2,
- height=4.0in, altitude = 4.0, width=4.0in,color = orange,zmax=130,symbol=1,size=1,ymin=100,ymax=102.5,zmin=0,zmax=130
- plot uranium*longtude*latitude /fill=0,
- xlabel='', ylabel='', zlabel='',ax=none,loc=0,-2,
- height=4.0in, altitude = 4.0, width=4.0in,color = red,zmax=130,symbol=1,size=1,ymin=100,ymax=102.5,zmin=0,zmax=130
- end
- thick=1
-
-
-
-