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

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

[Octave-bug-tracker] [bug #44523] zoom from command line does not refres


From: Rik
Subject: [Octave-bug-tracker] [bug #44523] zoom from command line does not refresh plot window
Date: Thu, 12 Mar 2015 17:19:26 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

                 Summary: zoom from command line does not refresh plot window
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 12 Mar 2015 10:19:25 AM PDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0-rc1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Using zoom from the command line does change the properties of a plot, but
this does not become apparent unless you explicitly use a refresh() command.

Sample code:


./run-octave -f --no-gui
sombrero
zoom (2)
# At this point, the plot looks just the same
get (gcf, "__modified__")
ans = on
refresh
# Only after refresh is the plot actually zoomed in
get (gcf, "__modified__")
ans = off






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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