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

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

[Octave-bug-tracker] [bug #57190] no text wrapping in annotate texbox wi


From: anonymous
Subject: [Octave-bug-tracker] [bug #57190] no text wrapping in annotate texbox with
Date: Fri, 8 Nov 2019 03:41:22 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?57190>

                 Summary: no text wrapping in annotate texbox with 
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 08 Nov 2019 08:41:20 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Denis Pelli
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Mac OS

    _______________________________________________________

Details:

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);




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57190>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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