help-octave
[Top][All Lists]
Advanced

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

Re: Setting the canvas/image size of plot in Octave


From: Dmitri A. Sergatskov
Subject: Re: Setting the canvas/image size of plot in Octave
Date: Tue, 16 Apr 2013 01:24:57 -0500




On Tue, Apr 16, 2013 at 12:58 AM, sayaliskulkarni <address@hidden> wrote:
Thanks. But looks like some of the APIs here are not available in 3.2.4. Am
using this over Linux machine. Not sure if thats the problem. But anyways,
thanks for the direction. Will try to fix this and see what are the other
parallel APIs available here. Will paste the code once it is fixed.

Thanks!
Sayali



You can adjust size and resolution of the final png file.
E.g.
print(print("t1.png", "-S1440,800", "-r150", "-F:9")

produces a decent looking plot for me.
(See "help print" for details.)
 
Dmitri.
(p.s. fltk does not do it for me automatically either)
--



reply via email to

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