home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 September / CHIP_CD_1997_09_PL.iso / software / mat_stat / systat / sys_data.z / GDWTR2DM.SYC < prev    next >
Encoding:
Text File  |  1996-07-17  |  975 b   |  19 lines

  1. use gdwtrdm
  2. thick = 2
  3. begin
  4. plot uranium*longtude*latitude / smooth=krig,tension=.35,cut=30,loc=0,-2,
  5.                                   ax=corner,xlabel='Latitude', ylabel='Longitude', zlabel='Uranium',
  6.                 height=4.0in, altitude = 4.0, width=4.0in,size=0,fcolor=violet,zgrid,ymin=100,ymax=102.5,zmin=0,zmax=130,
  7.                                 title='Actual Uranium and Kriging Smoother by Geography'
  8. plot uranium*longtude*latitude /fill=1, 
  9.                                 xlabel='', ylabel='', zlabel='',ax=none,loc=0,-2,
  10.                                 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
  11. plot uranium*longtude*latitude /fill=0, 
  12.                                 xlabel='', ylabel='', zlabel='',ax=none,loc=0,-2,
  13.                                 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
  14. end
  15. thick=1
  16.  
  17.  
  18.  
  19.