Re: [Matplotlib-users] Having trouble with aligning subplots

2009-07-20 Thread W. Augustine Dunn III
Thanks! On Mon, Jul 20, 2009 at 3:44 PM, Jae-Joon Lee wrote: > index for subplot starts from 1, not 0 (the convention is from Matlab). > > Regards, > > -JJ > > > On Mon, Jul 20, 2009 at 6:31 PM, W. Augustine Dunn > III wrote: >> Hello y'all: >> >> I am trying to plot a fig with three subplots.  Ho

Re: [Matplotlib-users] Having trouble with aligning subplots

2009-07-20 Thread Jae-Joon Lee
index for subplot starts from 1, not 0 (the convention is from Matlab). Regards, -JJ On Mon, Jul 20, 2009 at 6:31 PM, W. Augustine Dunn III wrote: > Hello y'all: > > I am trying to plot a fig with three subplots.  However when I run my > script the subplots are all shifted way too high > (http:

[Matplotlib-users] Having trouble with aligning subplots

2009-07-20 Thread W. Augustine Dunn III
Hello y'all: I am trying to plot a fig with three subplots.  However when I run my script the subplots are all shifted way too high (http://img.skitch.com/20090720-fp462u8ww4bq38j29u9bjtr2cx.png) and the top subplot is cut off. I tried doing something like this from reading another poster's threa