help-octave
[Top][All Lists]
Advanced

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

strange behaviour of figure("visible"...)


From: Francesco Potorti`
Subject: strange behaviour of figure("visible"...)
Date: Thu, 25 Sep 2008 15:24:48 +0200

octave> close all                       # forget all the past
octave> plot(1:2)                       # a plot window pops up
octave> close all                       # the window is closed
octave> figure("visible","off")         # I do not want any window
octave> plot(1:2)                       # no windows pops up, good
octave> figure("visible","on"); close   # I want windows again
octave> plot(1:2)                       # still no window!  why?

-- 
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: address@hidden
(entrance 20, 1st floor, room C71)     Web:   http://fly.isti.cnr.it/


reply via email to

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