octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45488] Manual currently is not correct about


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45488] Manual currently is not correct about graphics_toolkits and plots
Date: Fri, 10 Jul 2015 21:45:22 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #23, bug #45488 (project octave):

I'll try this later, but is there a reason we can't use


hf = figure (1, "visible", "off");


instead of


hf = figure (1);
set (hf, "visible", "off");


? That may be what's causing the flickering I'm seeing (and jwe confirms on
irc he can see figure windows appear briefly when under load).

The other *images.m scripts in doc/interpreter are still using gnuplot BTW, is
the intention to build all images with the qt toolkit?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45488>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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