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

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

[Octave-bug-tracker] [bug #60572] Matlabs now accepts subtitles in title


From: Hartmut
Subject: [Octave-bug-tracker] [bug #60572] Matlabs now accepts subtitles in title function
Date: Mon, 10 May 2021 12:36:21 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0

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

                 Summary: Matlabs now accepts subtitles in title function
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Mon 10 May 2021 04:36:19 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

The following code now works in Matlab:


plot(1:10);
title('My title', 'my subtitle');


In Octave this throws an error, because the second string argument as subtitle
is not supported, yet.

Matlab introduced this additional feature lately in Version R2020b.

I have already received quite a few Matlab scripts that use this feature,
because it is a very convinient way to have a two line title. Yes, I know
there are other ways to achive this, but people seem to quickly accept this
new way of doing it, and I must say I do appreciate the easy way of doing it
as well.

In Matlab they also introduced a dedicated function "subtitle" to achive the
same thing. (I do not know about their underlying handles and graphics
objects...)

Do we want to make Octave also accept this second subtitle string in the title
function?




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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