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, 11 Jun 2013 11:46:07 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

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

With new attached patch the behaviour is now similar to matlab.


set (gca, 'xticklabel', [0, 0.2, 0.4, 0.6, 0.8, 1])
xticklabel1 = get (gca, 'xticklabel');
set (gca, 'xticklabel', '0|0.2|0.4|0.6|0.8|1')
xticklabel2 = get (gca, 'xticklabel');
set (gca, 'xticklabel', ['0 '; '0.2'; '0.4'; '0.6'; '0.8'; '1 '])
xticklabel3 = get (gca, 'xticklabel');
set (gca, 'xticklabel', {'0', '0.2', '0.4', '0.6', '0.8', '1'})
xticklabel4 = get (gca, 'xticklabel');
whos xticklabel1 xticklabel2 xticklabel3 xticklabel4
Variables in the current scope:

   Attr Name             Size                     Bytes  Class
   ==== ====             ====                     =====  ===== 
        xticklabel1      6x3                         18  char
        xticklabel2      6x3                         18  char
        xticklabel3      6x3                         18  char
        xticklabel4      1x6                         14  cell



(file #28290)
    _______________________________________________________

Additional Item Attachment:

File name: ticklabel.patch                Size:3 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]