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
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' ],
>
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