Re: [Matplotlib-users] arangement / merge of multiple figures /list of figures

2008-03-12 Thread Robin
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

Re: [Matplotlib-users] arangement / merge of multiple figures /list of figures

2008-03-12 Thread Christiaan Putter
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

[Matplotlib-users] arangement / merge of multiple figures /list of figures

2008-03-12 Thread Dirk Zickermann
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 (..)