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

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

[Octave-bug-tracker] [bug #51732] plotyy does not adjust position based


From: Rik
Subject: [Octave-bug-tracker] [bug #51732] plotyy does not adjust position based on title size (multi-line title or large font size)
Date: Tue, 6 Mar 2018 11:06:54 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #51732 (project octave):

                 Summary: plotyy does not accomodate multi-line title =>
plotyy does not adjust position based on title size (multi-line title or large
font size)

    _______________________________________________________

Follow-up Comment #2:

This is an example from Dmitri showing a large font size is enough to screw up
positioning.


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


And see the attached big_title.png.

(file #43475)
    _______________________________________________________

Additional Item Attachment:

File name: big_title.png                  Size:33 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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