[Haskell-cafe] Matplotlib analog for Haskell?

Malcolm Wallace malcolm.wallace at me.com
Fri Jun 3 17:19:47 CEST 2011


> I tried gnuplot: 
> 
> Demo.hs:25:18:
>     Could not find module `Paths_gnuplot':
>       Use -v to see a list of the files searched for.
> Failed, modules loaded: none.
> Prelude Graphics.Gnuplot.Simple>
> 
> 
> Where to get `Paths_gnuplot': module?

$ cd gnuplot-0.4.2
$ cabal install # this generates the Paths_gnuplot module
$ ghci



More information about the Haskell-Cafe mailing list