summaryrefslogtreecommitdiff
path: root/examples/plot.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-11-18 20:31:20 +0000
committerAlberto Ruiz <aruiz@um.es>2009-11-18 20:31:20 +0000
commitd7314171a1b86207668de8b69180079f7843fffc (patch)
tree60ba70dd85996ca01663a3a6a16722a8bf49a521 /examples/plot.hs
parentd4c5ec0fd9595105963ab99fd9b77267aeab0313 (diff)
removed rnf instances
Diffstat (limited to 'examples/plot.hs')
-rw-r--r--examples/plot.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plot.hs b/examples/plot.hs
index e4025fd..1583dfe 100644
--- a/examples/plot.hs
+++ b/examples/plot.hs
@@ -16,5 +16,5 @@ cumdist x = 0.5 * (1+ erf (x/sqrt 2))
16main = do 16main = do
17 let x = linspace 1000 (-4,4) 17 let x = linspace 1000 (-4,4)
18 mplot [f x] 18 mplot [f x]
19 mplot [x, liftVector cumdist x, liftVector gaussianPDF x] 19 mplot [x, mapVector cumdist x, mapVector gaussianPDF x]
20 mesh (sombrero 40) \ No newline at end of file 20 mesh (sombrero 40) \ No newline at end of file