help-octave
[Top][All Lists]
Advanced

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

Re: subplot wioth different plot


From: shivax
Subject: Re: subplot wioth different plot
Date: Sun, 17 Feb 2019 05:04:21 -0600 (CST)

hi,
it's possible to plot a figure inside another figure?

hf = figure; 
hax1(1) = subplot(2, 1, 1, "parent", hf); 
plot(hax1(1), 1:2); 

hax1(2) = subplot(4, 1, 3, "parent", hf); 
plot(hax1(2), 1:2); 

hax1(3) = subplot(4,1,4 , "parent", hf); 
plot(hax1(3), 1:2); 

https://gyazo.com/d3dcc1651242e4ad7bdc8065d95ace83






--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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