help-octave
[Top][All Lists]
Advanced

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

Figure size with subplots


From: karl
Subject: Figure size with subplots
Date: Sun, 22 May 2016 09:18:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

Hi all,

I have a simple question about subplots.
If I write:

x=linspace(0,50,4);
subplot(1,2,1);
plot(x,x.^2);
subplot(1,2,2);
plot(x,x.^4);

I get two very tall and narrow plots in a quadratic window.
How to change the size of the window that I have two plots of quadratic size
in a rectangular window whose height is half the width?

Thanks!

reply via email to

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