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

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

[Octave-bug-tracker] [bug #62166] set colororder has no effect


From: Muhali
Subject: [Octave-bug-tracker] [bug #62166] set colororder has no effect
Date: Thu, 10 Mar 2022 12:23:44 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?62166>

                 Summary: set colororder has no effect
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 10 Mar 2022 09:23:42 AM PST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.4.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In Matlab, the following code sets the lower line to green.


plot([1 2; 4 5],'LineWidth',3)
C = get(gca, 'colororder') ;
C(1,:) = [0 1 0];
set(gca, 'colororder', C)


In Octave this doesn't work.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62166>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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