
10 May
2018
10 May
'18
12:24 p.m.
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