diff options
Diffstat (limited to 'examples/plot.hs')
-rw-r--r-- | examples/plot.hs | 2 |
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)) | |||
16 | main = do | 16 | main = 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 |