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

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

[Octave-bug-tracker] [bug #45508] multi-line text boxes with subscripts


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #45508] multi-line text boxes with subscripts truncated at bottom
Date: Thu, 09 Jul 2015 20:35:22 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

Update of bug #45508 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Hi,

I can confirm the bug. 
Also, when there is at least one string (among 3,4, ... lines) that contains
subscripts, only the distance between the first and second line is increased
to take into account the needed additional spacing. 
This leads to potential overlapping between lines. See e.g:


plot(1:10);
my_text = {'line_1','line_2', 'line_3'}; 
text(2,5,my_text);
my_text = {'line 1','line 2', 'line_3'}; 
text(7,5,my_text);
my_text = {'line_{1_{1}}','line_2', 'XXXXXXXXXXXXXXX'}; 
text(5,2,my_text);
my_text = {'line 1','line_{2_{2}}', 'XXXXXXXXXXXXXXX'}; 
text(5,7,my_text);




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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