|
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
|