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

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

[Octave-bug-tracker] [bug #35908] Fig is saved in pdf in wrong size


From: Dik Dirk
Subject: [Octave-bug-tracker] [bug #35908] Fig is saved in pdf in wrong size
Date: Tue, 20 Mar 2012 15:10:00 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

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

                 Summary: Fig is saved in pdf in wrong size
                 Project: GNU Octave
            Submitted by: dikdirk
            Submitted on: Tue 20 Mar 2012 03:09:58 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The following code should produce a pdf in which the figure fills the page,
how, this is clearly not the case, see attached pdf.
figure()
fplot(@sin,[-1 1])
set(gcf,'PaperUnits','centimeters')
set(gcf,'PaperSize', [15 12])
set(gcf,'PaperPosition',[0 0 15 12])
drawnow
pause(2)
saveas(gcf,'test.pdf','pdf')



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 20 Mar 2012 03:09:58 PM GMT  Name: test.pdf  Size: 3kB   By: dikdirk

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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