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

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

[Octave-bug-tracker] [bug #37554] print fails on sized windows?


From: anonymous
Subject: [Octave-bug-tracker] [bug #37554] print fails on sized windows?
Date: Thu, 11 Oct 2012 23:51:17 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1

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

                 Summary: print fails on sized windows?
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 11 Oct 2012 11:51:16 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Dov Kruger
        Originator Email: Dov,address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

set(gcf, 'Position', [800 300 500 600])
t=0:.1:10*pi;
plot(t, sin(t))
print(gcf, 'test.png', '-dpng');

Only the default window area is printed as a png, not the area appearing on
the screen.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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