[Haskell-beginners] gnuplot problem in ghci

Daniel Fischer daniel.is.fischer at web.de
Fri May 14 14:21:22 EDT 2010


On Friday 14 May 2010 19:48:20, Scott N. Walck wrote:
> Hello,
>
> I've used the gnuplot package
>
> http://hackage.haskell.org/package/gnuplot
>
> before with great satisfaction.  Now I have a new computer
> (a Lenovo T400 with ubuntu 9.10) and I have a problem.
> After I make a plot in ghci, using a command such as
>
> plotFunc [] [0.0,0.1..10.0] cos
>
> shown below, the keyboard no longer echos my input to
> ghci.  ghci will still do what I ask, as in computing 3+4
> below, but I could not see the "3+4" until after I hit
> return.
>
> This is gnuplot 0.3.4.

Can't reproduce, ghc-6.12.2, gnuplot-0.3.4,
$ gnuplot --version
gnuplot 4.2 patchlevel 3

openSUSE 11.1

>
> Could anyone suggest an idea?

Sorry, no. Though it looks like a buffering problem.

>
> Thanks,
>
> Scott


More information about the Beginners mailing list