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

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

[Octave-bug-tracker] [bug #53292] plotyy miscalculate title height


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #53292] plotyy miscalculate title height
Date: Mon, 5 Mar 2018 19:31:04 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #2, bug #53292 (project octave):

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.
-- 


(file #43469)
    _______________________________________________________

Additional Item Attachment:

File name: bit_title.png                  Size:33 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53292>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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