home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d385 / xlispstat.lha / XLispStat / lisp.lzh / XLisp-Stat / Examples / abrasiondemo.lsp next >
Encoding:
Text File  |  1990-10-11  |  319 b   |  10 lines

  1. #+macintosh(require ":data:tutorial")
  2. #+(or unix amiga)(load-data "tutorial")
  3.  
  4. (scatterplot-matrix 
  5.  (list hardness tensile-strength abrasion-loss)
  6.  :variable-labels '("Hardness" "Tensile Strength" "Abrasion Loss"))
  7.  
  8. (spin-plot (list hardness tensile-strength abrasion-loss)
  9.            :variable-labels '("H" "T" "A"))
  10.