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

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

[Octave-bug-tracker] [bug #41446] waitbar function causes multiple figur


From: Colin Foster
Subject: [Octave-bug-tracker] [bug #41446] waitbar function causes multiple figures to load
Date: Mon, 28 Apr 2014 13:49:19 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36

Follow-up Comment #5, bug #41446 (project octave):

It certainly is an issue on my machine: Gentoo, pulled the hg with hg clone
http://www.octave.org/hg/octave

Build with the suggestions in the HACKING file
Run with no gui (./run-octave --no-gui)

Create a waitbar with the WBH variable

1> WBH = waitbar(0)
2> waitbar(.15, WBH)

Three total figures open: 
A standard waitbar with 0%
An empty, standard looking figure
A second waitbar with 25% completion, in the size of the standard figure.

gnuplot is the graphics toolkit that I am using.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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