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

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

[Octave-bug-tracker] [bug #50468] plotyy creates double axis in prints


From: Muhali
Subject: [Octave-bug-tracker] [bug #50468] plotyy creates double axis in prints
Date: Mon, 6 Mar 2017 11:18:05 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

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

                 Summary: plotyy creates double axis in prints
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Mon 06 Mar 2017 08:18:04 AM PST
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following code


graphics_toolkit qt

set(0, "defaultfigureunits", "normalized") ;
set(0, "defaultfigureposition", [0.7   0.7   0.25   0.25]) ;

clf
subplot(2,1,1) ;
plotyy(1:5, randn(1,5), 1:5, ones(1,5))
subplot(2,1,2) ;
plot(randn(1,5)) ;

print foo.png


creates a double axis in the print, as shown in the attached figure.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 06 Mar 2017 08:18:04 AM PST  Name: foo.png  Size: 22kB   By: muhali

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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