help-octave
[Top][All Lists]
Advanced

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

printing multiple plots to a file


From: Bhaskar Ramamurthy
Subject: printing multiple plots to a file
Date: Tue, 26 Jul 2005 14:08:23 -0700

Hi

Is there a way to print multiple plots to a file? This is what I get if I try:

Ø       subplot(211)

Ø       plot(1:5, 1:5)

Ø       subplot(212)

Ø       plot(1:5, 1:5)

Ø       print(‘testfile.fig’,’-dfig’)

gnuplot>set terminal push;

        line 0: You can’t change the terminal in multiplot mode

 

Printing single plots to a file works great.

Thanks

Bram


reply via email to

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