Re: [Matplotlib-users] subplot and set_aspect

2010-09-17 Thread Benjamin Root
On Fri, Sep 17, 2010 at 4:57 PM, John Hutchinson wrote: > Hi: > > I am trying to make a 1row by 3 column plot with subplot, and I want > the first plot (subplot(131)) to have equal aspect ratio, but the rest > can auto scale. > > My code results in an empty plot for the 1st column subplot wheneve

[Matplotlib-users] subplot and set_aspect

2010-09-17 Thread John Hutchinson
Hi: I am trying to make a 1row by 3 column plot with subplot, and I want the first plot (subplot(131)) to have equal aspect ratio, but the rest can auto scale. My code results in an empty plot for the 1st column subplot whenever I try to use the set_aspect('equal') Any ideas? Thanks John figu