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

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

[Octave-bug-tracker] [bug #29431] Wrong colors with plotyy when using @b


From: David Bateman
Subject: [Octave-bug-tracker] [bug #29431] Wrong colors with plotyy when using @bar as second plot
Date: Fri, 09 Apr 2010 23:47:11 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

Update of bug #29431 (project octave):

                  Status:               Confirmed => Need Info              
             Assigned to:                    None => dbateman               

    _______________________________________________________

Follow-up Comment #2:

plotyy does the following 

  colors = get (ax(1), "colororder");
  set (ax(2), "colororder", [colors(2:end,:); colors(1,:)]);

such the the color order of the second axis is rotated by one... Pity that
the bar function doesn't respect the colororder property and just uses the
default color for patches... What does matlab do in this case. Perhaps the bar
function also needs to use the colororder axis property for the color of the
bars, though I seem to remember checking that matlab did it this way a few
years back.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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