diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-09-23 12:41:35 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-09-23 12:41:35 +0000 |
commit | f50304b47f99ce0280d7ab7daf28ffe6b0d0b853 (patch) | |
tree | 020b9b66e4bc93e0928a7b3077a38db9fa7be189 /lib/Graphics/Plot.hs | |
parent | 3cfce69bf3cb7d7f7976abb454b64f6fa3a32c97 (diff) |
ContainerBoot
Diffstat (limited to 'lib/Graphics/Plot.hs')
-rw-r--r-- | lib/Graphics/Plot.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Graphics/Plot.hs b/lib/Graphics/Plot.hs index 0bdd803..32106df 100644 --- a/lib/Graphics/Plot.hs +++ b/lib/Graphics/Plot.hs | |||
@@ -26,7 +26,7 @@ module Graphics.Plot( | |||
26 | 26 | ||
27 | ) where | 27 | ) where |
28 | 28 | ||
29 | import Numeric.Matrix | 29 | import Numeric.Container |
30 | import Data.List(intersperse) | 30 | import Data.List(intersperse) |
31 | import System.Process (system) | 31 | import System.Process (system) |
32 | 32 | ||