[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: subplots
From: |
Rob Mahurin |
Subject: |
Re: subplots |
Date: |
Tue, 7 Jul 2009 18:11:22 -0400 |
On Jul 7, 2009, at 5:38 PM, Roque I wrote:
How to make asymmetrical arrangements of subplots?
i.e.
+----------+-----------+
I I (fig.2) I
I I I
I (fig.1) +-----------+
I I (fig.3) I
I I I
+----------+-----------+
Try
subplot(1,2,1); title("fig 1")
subplot(2,2,2); title("fig 2")
subplot(2,2,4); title("fig 3")
Rob
--
Rob Mahurin
University of Manitoba, Dept. of Physics & Astronomy
at: Oak Ridge National Laboratory 865 207 2594
Oak Ridge, Tennessee address@hidden