<div dir="auto">Maybe you could try with plot'</div><br><div class="gmail_quote"><div dir="ltr">Il ven 11 mag 2018, 15:11 Gregory Guthrie <<a href="mailto:guthrie@mum.edu">guthrie@mum.edu</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks; good idea - but nope.<br>
<br>
I'd file a report to EasyPlot, but not sure where to do that.<br>
<br>
Older discussions on this issue note that there is a "persist" option for gnuplot, but I didn't yet see how to pass that to try it.<br>
<br>
-----Original Message-----<br>
<br>
<br>
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:<br>
<br>
main = do<br>
  plot Windows $ Data2D [Title "Demo Title"] [] tData<br>
  _ <- getLine<br>
  return ()<br>
<br>
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.<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org" target="_blank" rel="noreferrer">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>
</blockquote></div>