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

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

[Octave-bug-tracker] [bug #39291] ColorOrder property seems to be ignore


From: Carl
Subject: [Octave-bug-tracker] [bug #39291] ColorOrder property seems to be ignored
Date: Wed, 19 Jun 2013 15:33:24 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0

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

                 Summary: ColorOrder property seems to be ignored
                 Project: GNU Octave
            Submitted by: costerwi
            Submitted on: Wed 19 Jun 2013 03:33:23 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

>From Matlab documentation:
The axes ColorOrder property determines the color of the individual lines
drawn by the plot and plot3 functions. For multiline graphs, these functions
cycle through the colors defined by ColorOrder, repeating the cycle when they
reach the end of the list.

I can get and set the ColorOrder property but the plot function seems to
ignore it; prefering its internal colors which never change.  This is true for
both fltk and gnuplot.

Example:

set(gca, 'ColorOrder', summer(10));
hold all;
for m = 1:50
  plot([0 51-m], [0 m]);
end


Thanks for any help!




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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