help-octave
[Top][All Lists]
Advanced

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

Re: subplot with multiplot


From: mmuetzel
Subject: Re: subplot with multiplot
Date: Wed, 5 Dec 2018 10:28:33 -0600 (CST)

You could try:
hax(1) = subplot (441, "align");
plot (hax(1), 1:4, 1:4, 'c');
hold (hax(1), "all");
plot (hax(1), 1:4, 4:-1:1, 'b');

Markus




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



reply via email to

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