Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!k26g2000vbp.googlegroups.com!not-for-mail
From: Rune Allnor <allnor@tele.ntnu.no>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Is it possible to merge docked figures?
Date: Mon, 21 Sep 2009 00:38:59 -0700 (PDT)
Organization: http://groups.google.com
Lines: 22
Message-ID: <da100d46-b2ad-4c09-8552-117585fbe2f3@k26g2000vbp.googlegroups.com>
References: <h9104k$ald$1@fred.mathworks.com>
NNTP-Posting-Host: 77.17.131.81
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1253518740 18616 127.0.0.1 (21 Sep 2009 07:39:00 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 21 Sep 2009 07:39:00 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: k26g2000vbp.googlegroups.com; posting-host=77.17.131.81; 
	posting-account=VAp5gAkAAAAmkCze5hvZtMeedpZWNthI
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; 
	Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; 
	.NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:571720


On 19 Sep, 00:04, "Wouter Numan" <ktjuk...@hotmail.com> wrote:
> I have created two separate figures and want to merge them into a single figure that can be exported for use in a report. Is it possible to dock the two figures, for instance to a top and bottom tile, and merge them into a single figure with the old figures acting as subplots?
>
> Alternatively, is it possible to plot existing figures in a subplot?

The way to handle such questions is to avoid the GUI when
making figures.

Instead, make scripts or functions that plot your figures.
That way, it takes no time to edit or reproduce a figure
(I can reproduce stuff I made 15 years ago this way), and
'tiny' modifications like the one you ask for, is fast and
easy to achieve.

Yes, I know. You already have the figures and they weren't
made with scripts. But use the script method in the future.
You will be far better off.

Rune