home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gp371os2.zip / demo / binary.dem < prev    next >
Text File  |  1999-10-11  |  571b  |  29 lines

  1. #
  2. # $Id: binary.dem,v 1.1.1.1.2.1 1999/10/11 13:25:24 lhecking Exp $
  3. #
  4. set data style lines
  5. set hidden3d
  6. set title "Hidden line removal of explicit binary surfaces"
  7. set ticslevel 0
  8. set key box
  9.  
  10. set xrange [-3:3]
  11. set yrange [-2:2]
  12. splot "binary1" binary
  13. pause -1 "Hit return to continue (1)"
  14.  
  15. set view 70,45
  16. set xrange [-3:3]
  17. set yrange [-3:3]
  18. splot "binary2" binary
  19. pause -1 "Hit return to continue (2)"
  20.  
  21. set title "Notice that sampling rate can change"
  22. set vi 70,10
  23. set xrange [-3:6]
  24. set yrange [-3:6]
  25. splot "binary3" binary
  26. pause -1 "Hit return to continue (3)"
  27.  
  28. reset
  29.