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

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

[Octave-bug-tracker] [bug #40214] rectangle() should not erase the curre


From: Daisuke TAKAGO
Subject: [Octave-bug-tracker] [bug #40214] rectangle() should not erase the current axes
Date: Wed, 09 Oct 2013 09:33:37 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0

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

                 Summary: rectangle() should not erase the current axes
                 Project: GNU Octave
            Submitted by: takago
            Submitted on: 2013年10月09日 09時33分37秒
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Daisuke TAKATO
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In Current development version, "rectangle()" erases the current axes. I think
"rectangle()" should not erase the current axes for matlab compatibility.

EXAMPLE:
figure
plot(1:10)
rectangle('position',[1 2 3 4]); % This erase the curret axes
axis([0 10 0 10])





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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