|
From: Mojca M. <moj...@gm...> - 2014-02-13 11:07:56
|
On Thu, Feb 13, 2014 at 5:56 AM, sfeam wrote: > > Based on this and our off-line back and forth debugging, I am pretty > sure that the attached patch will fix your problem that the first plot > is not drawn. It does fix the first plot, but not the first plot after I close a qt window. Here's what I get: Terminal type set to 'qt' gnuplot> plot x # OK -> resizing gnuplot> plot x # OK (but why resizing?) gnuplot> -> resizing gnuplot> plot x # OK gnuplot> plot x # OK gnuplot> # close the window gnuplot> plot x # NOT SHOWN gnuplot> plot x # OK (but why resizing twice?) -> resizing gnuplot> -> resizing gnuplot> The logic is still wrong. Mojca |