bugGNU Octave - Bugs: bug #53292, plotyy miscalculate title height

 
 

bug #53292: plotyy miscalculate title height

Submitter:  Dmitri A. Sergatskov <dasergatskov>
Submitted:  Mon 05 Mar 2018 11:54:31 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Inaccurate Result
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 06 Mar 2018 04:07:20 PM UTC, comment #3: 

I transferred the information over to the original bug report.  Closing this one.

Rik <rik5>
Group administrator
Tue 06 Mar 2018 12:31:04 AM UTC, comment #2: 

I guess it is. Somehow I thought the multiline bug was fixed.
What I noticed now is that it does not have to be a multi-line.
It is enough to be tall enough.


set(0, 'DefaultAxesFontsize', 24)
x=0:10;
y1 = randn(1,11);
y2 = randn(1,11);
plotyy(x,y1, x,y2);
title ("Title");

(attached)

But we should probably consolidate those bugs into one.

Dmitri.
--



Dmitri A. Sergatskov <dasergatskov>
Tue 06 Mar 2018 12:22:49 AM UTC, comment #1: 

Is this different from bug #51732: plotyy does not accomodate multi-line title which you also reported?

Rik <rik5>
Group administrator
Mon 05 Mar 2018 11:54:31 PM UTC, original submission:  


x=0:10
y1 = randn(1,11);
y2 = randn(1,11);
plotyy(x,y1, x,y2)
title({"1","2","3"})


Depending on the font settings the title clipped off.
Attached is what I got on qt with default setting.
(Similarly with gnuplot backend).

it works as expected with plot().

Dmitri.
--

Dmitri A. Sergatskov <dasergatskov>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #43469:  bit_title.png added by dasergatskov (34KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by dasergatskov (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-03-06 rik5 Open/ClosedOpen Closed
    2018-03-06 dasergatskov Attached File- Added bit_title.png, #43469
    2018-03-06 rik5 StatusNone Duplicate
    2018-03-05 dasergatskov Attached File- Added title_clipped_off.png, #43468

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code