From c99b8fd6e3f8a2fb365ec12baf838f864b118ece Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 1 Oct 2007 15:04:16 +0000 Subject: LinearAlgebra and GSL moved to Numeric --- lib/Graphics/Plot.hs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/Graphics') diff --git a/lib/Graphics/Plot.hs b/lib/Graphics/Plot.hs index 9f719ab..71ad0fc 100644 --- a/lib/Graphics/Plot.hs +++ b/lib/Graphics/Plot.hs @@ -14,7 +14,7 @@ module Graphics.Plot( - gnuplotX, mplot, + mplot, plot, parametricPlot, @@ -22,12 +22,14 @@ module Graphics.Plot( matrixToPGM, imshow, + gnuplotX + ) where import Data.Packed.Vector import Data.Packed.Matrix -import LinearAlgebra.Linear(outer) -import GSL.Vector(FunCodeS(Max,Min),toScalarR) +import Numeric.LinearAlgebra.Linear(outer) +import Numeric.GSL.Vector(FunCodeS(Max,Min),toScalarR) import Data.List(intersperse) import System import Data.IORef -- cgit v1.2.3