[Haskell-cafe] Matplotlib analog for Haskell?

Dmitri O.Kondratiev dokondr at gmail.com
Fri Jun 3 23:11:17 CEST 2011


On Sat, Jun 4, 2011 at 12:55 AM, Henning Thielemann <
schlepptop at henning-thielemann.de> wrote:

> Malcolm Wallace schrieb:
> >> 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
>
> Yes, you must install the package before loading Demo into GHCi, since
> the package contains a data file that the Demo wants to load.
>
> Currently I am trying to interface to gnuplot's histogram feature.
>
> You may also to subscribe to
>   http://projects.haskell.org/cgi-bin/mailman/listinfo/gnuplot
>
>
Thanks!
So, if I got this right,  I should run:
'cabal install -fbuildExamples gnuplot'
from gnuplot source root folder?

Yet first I need to build gnupolt for MacOSX and Win32 that I both use. Ok,
I'll give it a try...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110604/81a545f7/attachment.htm>


More information about the Haskell-Cafe mailing list