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

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

[Octave-bug-tracker] [bug #40722] cannot arrange lines and patches


From: Muhali
Subject: [Octave-bug-tracker] [bug #40722] cannot arrange lines and patches
Date: Wed, 27 Nov 2013 13:01:55 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

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

                 Summary: cannot arrange lines and patches
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Wed 27 Nov 2013 05:01:54 AM PST
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Creating the figure


plot([0 2], [0,1], "r", "linewidth", 10)
patch([0 2 1], [1 1 0], "b")


and doing


set(gca,'children',flipud(get(gca,'children')))


does not swap foreground and background. It does swap two lines and two
patches though.

I am using a current version of octave (built yesterday).




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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