bugGNU Octave - Bugs: bug #57190, [Wish] Annotate textbox should...

 
 

bug #57190: [Wish] Annotate textbox should perform automatic text wrapping

Submitter:  None
Submitted:  Fri 08 Nov 2019 08:41:20 AM UTC
   
 
Category:  Plotting Severity:  1 - Wish
Priority:  3 - Low Item Group:  Feature Request
Status:  Confirmed Assigned to:  None
Originator Name:  Denis Pelli Originator Email:  -email is unavailable-
Open/Closed:  * Open Release:  * dev
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 08 Nov 2019 08:41:20 AM UTC, original submission:  

In Octave 5.1 my text appears as one long line that extends way beyond my textbox. In MATLAB the same call wraps my text into multiple lines that are all inside the textbox. Here is a complete program demonstrating the problem.

myText=['Now is the time for all good men. '...
    'The quick brown fox jumped over the fence.'];
figure(2);
annotation('textbox',[0 0 .1 1],'String',myText,...
    'fitboxtotext','off','verticalalignment','top',...
    'fontsize',16);

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 8 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-11-08 rik5 Carbon-CopyRemoved 72865 -
    2019-11-08 rik5 Severity3 - Normal 1 - Wish
        Priority5 - Normal 3 - Low
        Item GroupMatlab Compatibility Feature Request
        StatusNone Confirmed
        Release5.1.0 dev
        Operating SystemMac OS Any
        Summaryno text wrapping in annotate texbox with [Wish] Annotate textbox should perform automatic text wrapping

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code