help-octave
[Top][All Lists]
Advanced

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

Re: Printing a plot...


From: martine1212
Subject: Re: Printing a plot...
Date: Tue, 16 Jul 2013 09:10:48 -0700 (PDT)

Passing the handle does not work....
h1=figure(1);


Passing the figure number only as Tatsuro suggested., works very well.


figure(2);
fplot ("sin", [0, 2*pi]);
print(2, 'dummy.pdf',  '-landscape'); 

Thank you



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Printing-a-plot-tp4655678p4655699.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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