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

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

[Octave-bug-tracker] [bug #34906] Compatibility difference with ticklabe


From: Stefan Mahr
Subject: [Octave-bug-tracker] [bug #34906] Compatibility difference with ticklabels, linestyleorder
Date: Tue, 25 Jun 2013 17:21:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Ubuntu Chromium/25.0.1364.160 Chrome/25.0.1364.160 Safari/537.22

Follow-up Comment #13, bug #34906 (project octave):

According to Matlab Online documentation, the specified labels are reused
until all tick marks are set. (Is it OK to post links next time or will this
violate Mathworks terms of use?)


set (gca, 'xticklabel', 'a'); assert (get (gca (), "xticklabel"), ['a']);
set (gca, 'xticklabel', 'a|'); assert (get (gca (), "xticklabel"), ['a'; '
']);
set (gca, 'xticklabel', 'a|b'); assert (get (gca (), "xticklabel"), ['a';
'b']);


For the first example all ticklabels will be named 'a'.
In the seconds case the labels are 'a', nothing, 'a', nothing and so on. (See
picture)
The third example is basically the same as the second: 'a', 'b', 'a', 'b',
...

Attached two pictures (made by markuman(IRC/#octave)).

(file #28412, file #28413)
    _______________________________________________________

Additional Item Attachment:

File name: matlab_xticklabel.png          Size:10 KB
File name: matlab_xticklabel_a_empty.png  Size:13 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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