<div dir="ltr">My first hunch was that, since the program ends right after plotting, it cleans up the plot window and exits. But trying it on an X11 system, I got a persistent window despite the program exiting. That may be a difference between Unix and Windows child process handling; I don't have a Windows machine handy right now to test, but you could try this:<div><br></div><div><span style="font-size:12.8px"><font face="monospace, monospace">main = do</font></span></div><div><font face="monospace, monospace"><span style="font-size:12.8px">  plot Windows $ Data2D [Title "Demo Title"] [] tData</span><br></font></div><div><span style="font-size:12.8px"><font face="monospace, monospace">  _ <- getLine</font></span></div><div><span style="font-size:12.8px"><font face="monospace, monospace">  return ()</font></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">If that doesn't fix it, my only guess is there's either a difference between the Unix and Windows versions of gnuplot, or a bug in easyplot's Windows handling.</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 10, 2018 at 9:24 AM, Gregory Guthrie <span dir="ltr"><<a href="mailto:guthrie@mum.edu" target="_blank">guthrie@mum.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="m_-5159967153775264202WordSection1">
<p class="MsoNormal">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.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Example:<u></u><u></u></p>
<p class="MsoNormal">import Graphics.EasyPlot<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">tData = [ (1,2), (2,3), (3,1), (4,5), (5,3), (6,1) ]<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">main = do plot Windows $ Data2D [Title "Demo Title"] [] tData<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>

<br>______________________________<wbr>_________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br></div>