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

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

[Octave-bug-tracker] [bug #55562] Spacing of title text to upper boundar


From: Rik
Subject: [Octave-bug-tracker] [bug #55562] Spacing of title text to upper boundary of plot canvas is too small
Date: Thu, 24 Jan 2019 14:00:00 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

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

                 Summary: Spacing of title text to upper boundary of plot
canvas is too small
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 24 Jan 2019 10:59:58 AM PST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

When the title text is large in the Y-direction, either because the font is
large or the text itself appears on multiple lines, then the text is placed
right on the upper boundary of the plot canvas.  This isn't visually
appealing, and Matlab does a better job of leaving a small gap.  Octave does
leave a gap between the bottom of the title text and the plot axes, so this
padding can be coded.

Sample code to reproduce:


close all
hax = gca;
box on;
ht = title ("Hello World", "fontsize", 60);







    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 24 Jan 2019 10:59:58 AM PST  Name: tst_title_spc.m  Size: 73B   By:
rik5

<http://savannah.gnu.org/bugs/download.php?file_id=46090>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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