[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
printing to png at different size than default?
From: |
hydrodog |
Subject: |
printing to png at different size than default? |
Date: |
Tue, 11 Mar 2014 08:07:31 -0700 (PDT) |
If a figure is opened at a specified screen size, then when it is printed
only the rectangle the size of the default window is properly printed:
figure("Position", [100, 0, 1400, 800]);
# plot goes here
print -dpng test.png
I can specify the size of the png, but this only makes the bitmap bigger.
The frame is not drawn the correct size:
print "-S2100,1400" -dpng test.png
How do I specify that the graph should be a certain size?
--
View this message in context:
http://octave.1599824.n4.nabble.com/printing-to-png-at-different-size-than-default-tp4662999.html
Sent from the Octave - General mailing list archive at Nabble.com.
- printing to png at different size than default?,
hydrodog <=