help-octave
[Top][All Lists]
Advanced

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

Re: Create subplots inside a subplot


From: PetrSt
Subject: Re: Create subplots inside a subplot
Date: Wed, 29 May 2013 05:40:35 -0700 (PDT)

try
subplot(4,2,1); plot(1:10);
subplot(4,2,3); plot(1:10);
subplot(2,2,2); plot(10:-1:1);
subplot(2,2,3); plot(10:-1:1);

For this simple example it works sufficiently, but I'm not sure what it will
do with xlabels etc.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Create-subplots-inside-a-subplot-tp4653390p4653391.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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