octave-maintainers
[Top][All Lists]
Advanced

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

Re: Problems with plotting (Windows)


From: John W. Eaton
Subject: Re: Problems with plotting (Windows)
Date: Sat, 10 Feb 2007 15:02:09 -0500

On 10-Feb-2007, Michael Goffioul wrote:

| John W. Eaton a écrit :
| > | Yes, thanks. Howerer, I notice 2 other problems:
| > | 1) with the patch you sent, figures (and gnuplot) can now be closed 
| > | properly when
| > | you explicitely call "close". The problem still exists when I exit 
| > | octave while a figure
| > | is open: it hangs (maybe this problem only occurs under Windows; if 
| > | required, I can
| > | try to debug it to see where it hangs, but in this case I have to 
| > | recompile everything)
| >
| > Does the attached patch help?
| >   
| 
| It cannot find __uiobject_close_all__. Did you forget to commit it?

Oops.  It shoudl be there now (on the public server in a few
minutes).  The function is just

  function __uiobject_close_all__ ()
    close ("all");
  endfunction

jwe



reply via email to

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