On Wed, Mar 12, 2008 at 7:37 PM, Christiaan Putter
<[EMAIL PROTECTED]> wrote:
>
> Look for a thread titled 'subplots from existing figures' (5th March) or
> something similar. I posted a function there that takes in a list of
> figures and spits out a new one containing those. There is still a bu
Dear Mr. Zickermann,
Look for a thread titled 'subplots from existing figures' (5th March) or
something similar. I posted a function there that takes in a list of
figures and spits out a new one containing those. There is still a bug in
it though. For some reason copying axes from one figure to
Dear usegroup,
for the generation of measurement reports I look for a possibility to merge
multiple plots to one.
My plan (not the best one I think..):
I generate a figure in an external functions and receive a list of figures
like
def make_one_fig():
thisfig = figure() ...
plot (..)