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 18:54:33 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

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

                 Summary: plotyy miscalculate title height
                 Project: GNU Octave
            Submitted by: dasergatskov
            Submitted on: Mon 05 Mar 2018 11:54:31 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:


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




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 05 Mar 2018 11:54:31 PM UTC  Name: title_clipped_off.png  Size:
28KiB   By: dasergatskov

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

    _______________________________________________________

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]