Re: [Matplotlib-users] Multiple sub-plot goes off the top of the page

2008-10-04 Thread David Goldsmith
Peter: did John's solution fix your problem? DG - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize

Re: [Matplotlib-users] Multiple sub-plot goes off the top of the page

2008-09-25 Thread John Hunter
On Thu, Sep 25, 2008 at 6:34 AM, Peter Saffrey <[EMAIL PROTECTED]> wrote: > For me, the code below draws the top plot only half on the page. Can > anybody help me out? > > > > from pylab import * > > groups = [ [ 'A', 'B', 'C', 'D', 'E' ], >[ 'F', 'G', 'H', 'I' ], >

[Matplotlib-users] Multiple sub-plot goes off the top of the page

2008-09-25 Thread Peter Saffrey
For me, the code below draws the top plot only half on the page. Can anybody help me out? from pylab import * groups = [ [ 'A', 'B', 'C', 'D', 'E' ], [ 'F', 'G', 'H', 'I' ], [ 'M', 'N', 'O', 'P', 'Q' ] ] f = figure(1) for i in range(len(groups)): g