octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnuplot & multiplot


From: Rik
Subject: Re: gnuplot & multiplot
Date: Thu, 17 Oct 2013 07:36:51 -0700

On 10/16/2013 10:44 PM, Daniel J Sebald wrote:
> On 10/16/2013 03:02 PM, Rik wrote:
>> On 10/16/2013 10:00 AM, address@hidden wrote:
>>> 6) Multiplot mode doesn't seem to behave as well as it once did.  For
>>> example, after running freqz() and closing the figure and opening a new
>>> figure with "figure(#)", I see:
>>>
>>>>>>> figure(3)
>>>>>>>
>>> multiplot>
>>>                  ^
>>>              line 0: function to plot expected
>>
>> The issues you presented as numbers 2, 3, 4, 8 are all GUI-related
>> additions which could be nice to have, but shouldn't gate the release.
>> When you have time I would add them to the Bug Tracker.  Issue 1 is already
>> a bug report, and Issue 5 is already customizable, and Issue 7 has the
>> required Matlab compatible behavior.  The final issue, #6, might be a
>> problem if it is a regression from what was working in 3.6.4.  Do you have
>> a clear sequence which generates this error?
>
> Not a clear sequence.  But I've noticed another behavior that might be
> the source of the problem.  (Sorry I can't look into this more closely.)
>  It seems that clicking the "close window" button in the upper right (or
> left depending on system) corner doesn't actually "close(5)", for
> example.  The window is closed, but if one plots to the same figure
> number, it remembers it was in multiplot mode.  Basically, Octave's
> instance of the figure isn't being closed.  I suppose we haven't really
> dealt with such a thing in the past.  I wonder if we can now with the Qt
> terminal.  I'll ask around later in the week.
>
> Dan
>
>
10/17/13

Dan,

I think this is a known problem.  When the window on the gnuplot side is
closed it doesn't send an indication back to Octave so it believes the
window is still available.  This is another one of the difficult-to-solve
issues pushing us towards our own solution with OpenGL.

--Rik


reply via email to

[Prev in Thread] Current Thread [Next in Thread]