diff options
Diffstat (limited to 'lib/Graphics')
-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 | ||