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

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

[Octave-bug-tracker] [bug #40345] funny bar colors


From: Rik
Subject: [Octave-bug-tracker] [bug #40345] funny bar colors
Date: Tue, 22 Oct 2013 13:53:19 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

Update of bug #40345 (project octave):

                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This is an issue with the renderer.  It has a hard time when the width of the
bar is on the order of 1 pixel.  In that case, sometimes the facecolor is
shown and sometimes the edgecolor.  Try plotting just a section of the data,
or using the xlimits to display only a section of the data to see what I
mean.

These both work


bar(x(1:50), "facecolor", "red", "edgecolor", "black")
axis tight

OR

bar(x, "facecolor", "red", "edgecolor", "black")
xlim ([0 51])


Another way to see it is to plot the whole thing and then use the mouse to
zoom in.  As soon as the bars are more than a few pixels wide everything
works.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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