home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
science
/
xlspstr1.sit
/
Examples
/
abrasiondemo.lsp
next >
Wrap
Text File
|
1989-07-26
|
308b
|
10 lines
#+macintosh(require ":data:tutorial")
#+unix(load-data "tutorial")
(scatterplot-matrix
(list hardness tensile-strength abrasion-loss)
:variable-labels '("Hardness" "Tensile Strength" "Abrasion Loss"))
(spin-plot (list hardness tensile-strength abrasion-loss)
:variable-labels '("H" "T" "A"))