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

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

[Octave-bug-tracker] [bug #51773] bar command creates illegible x-axis


From: Rik
Subject: [Octave-bug-tracker] [bug #51773] bar command creates illegible x-axis
Date: Thu, 24 Aug 2017 18:04:03 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #51773 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #3:

Can someone with access to Matlab try the following code?  I want to know the
cutoff between displaying all the bars and switching over to automatic xtick
generation.



for i = 8:20
  bar (ones (i,1));
  title (sprintf ('i = %d', i));
  pause
end





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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