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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #34906] Compatibility difference with ticklabels, linestyleorder
Date: Sun, 27 Nov 2011 00:53:17 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2

Update of bug #34906 (project octave):

                 Summary: Compatibility difference with ticklabels =>
Compatibility difference with ticklabels, linestyleorder

    _______________________________________________________

Follow-up Comment #1:

I took a look at how linestyleorder behaves under matlab.


set (gca, 'linestyleorder', '-|--|-.|:')
linestyleorder1 = get (gca, 'linestyleorder');
set (gca, 'linestyleorder', ['- ';'--';'-.';': '])
linestyleorder2 = get (gca, 'linestyleorder');
set (gca, 'linestyleorder', {'-','--','-.',': '})
linestyleorder3 = get (gca, 'linestyleorder');
whos linestyleorder1 linestyleorder2 linestyleorder3

  Name                 Size            Bytes  Class    Attributes

  linestyleorder1      4x2                16  char               
  linestyleorder2      4x2                16  char               
  linestyleorder3      4x1               462  cell               


ML's behavior looks consistent to me.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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