summaryrefslogtreecommitdiff
path: root/examples/plot.hs
diff options
context:
space:
mode:
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 1583dfe..f950aa5 100644
--- a/examples/plot.hs
+++ b/examples/plot.hs
@@ -1,6 +1,6 @@
1import Numeric.LinearAlgebra 1import Numeric.LinearAlgebra
2import Graphics.Plot 2import Graphics.Plot
3import Numeric.GSL(erf_Z, erf) 3import Numeric.GSL.Special(erf_Z, erf)
4 4
5sombrero n = f x y where 5sombrero n = f x y where
6 (x,y) = meshdom range range 6 (x,y) = meshdom range range