[Haskell-beginners] EasyPlot on Windows

Gregory Guthrie guthrie at mum.edu
Thu May 10 16:24:08 UTC 2018


A very simple test program with Graphics.EasyPlot, flashes up a window, but too fast to see it. There are several old posts on this issue with gnuplot, but I haven't seen any current solutions.

Example:
import Graphics.EasyPlot

tData = [ (1,2), (2,3), (3,1), (4,5), (5,3), (6,1) ]

main = do plot Windows $ Data2D [Title "Demo Title"] [] tData

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20180510/e88c895e/attachment.html>


More information about the Beginners mailing list