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

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

[Octave-bug-tracker] [bug #44567] Qt graphics toolkit displays twice whe


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #44567] Qt graphics toolkit displays twice when opening a new figure via plot or image.
Date: Wed, 18 Mar 2015 07:06:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

URL:
  <http://savannah.gnu.org/bugs/?44567>

                 Summary: Qt graphics toolkit displays twice when opening a
new figure via plot or image.
                 Project: GNU Octave
            Submitted by: sebald
            Submitted on: Wed 18 Mar 2015 07:06:28 AM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Performance
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When an integrated Qt plot() or image() is done, the display occurs twice when
the figure window is created initiated by the command.  This does not happen
in gnuplot or FLTK graphics toolkits.

Try the following after just starting Octave or making sure that all plot
windows are closed:


image(32*rand(5000,1000))


and watch for the repeated display of the image--once as a smaller image then
followed by the image at the correct size.

Try again with the plot window still open:


image(32*rand(5000,1000))


and the image only is displayed once.

Close all windows or exit and re-enter Octave.  Now try (individual commands
with wait a between or copied simultaneous):


figure()
image(32*rand(5000,1000))


and the image only is drawn once.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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