help-octave
[Top][All Lists]
Advanced

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

Save jpeg multi graph in Octave


From: Oscar Bayona Candel
Subject: Save jpeg multi graph in Octave
Date: Mon, 1 Dec 2008 09:26:04 +0100

Hi all,
 
I have made a multi graph  using this instructions:
 
subplot(1,2,1)
plot(Fluido)
xlabel 'volumen'
ylabel 'presión'
subplot(1,2,2)
plot(Masa)
xlabel 'volumen'
ylabel 'presión'
 
I have two questions:
 
First, how can I put an on the top title? Not on each Graph only a Genral title.
 
Second, how can I save this multi plot in  Octave ?I mean how can I save both graphs in one in an jpeg file and also in an eps file.
 
Thanks in advance
 
 



Descubre la nueva versión de Messenger y pruébala gratis

reply via email to

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