octave-maintainers
[Top][All Lists]
Advanced

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

Minor fltk problem with "visible", "off"


From: Michael D Godfrey
Subject: Minor fltk problem with "visible", "off"
Date: Fri, 11 Dec 2009 15:53:06 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4

Shai,

The sequence:

 plot([1:200])
fig=gcf()
set (fig, "visible", "off");

in gnuplot backend causes the figure
to disappear, and
set (fig, "visible", "on");
causes it to reappear.

In fltk the sequence seems to do nothing.

I only noticed this as I was studying the
"property already exists problem,"
which John seems to have fixed already.

Michael


reply via email to

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