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

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

[Octave-bug-tracker] [bug #44749] Interpretation of cell array in 'Strin


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44749] Interpretation of cell array in 'String' property of a 'text' uicontrol
Date: Mon, 06 Apr 2015 18:07:02 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

URL:
  <http://savannah.gnu.org/bugs/?44749>

                 Summary: Interpretation of cell array in 'String' property of
a 'text' uicontrol
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Mon 06 Apr 2015 06:07:01 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:


F = figure;
uicontrol(F,'style','text','string',{'a','b'},'units','normalized','Position',[0.05
0.05 0.9 0.9]);


Octave displays:

     a|b 

while MATLAB displays:

     a
     b




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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