Re: [Matplotlib-users] streamplots in axesgrid

2013-10-07 Thread Yoshi Rokuko
Sun, 6 Oct 2013 15:41:07 -0500 Tony Yu : > The return value for streamplot is a bit hacked together. Its just a > simple object containing a line collection and an arrow collection. > Instead of passing the set of collections, just pass one of the > collections to the colorbar. For example: > >

Re: [Matplotlib-users] streamplots in axesgrid

2013-10-06 Thread Tony Yu
On Thu, Sep 26, 2013 at 10:37 AM, Yoshi Rokuko wrote: > Hey, > > I'm trying to plot streamplots into an axesgrid object with something > like: > > fig = pl.figure(1, (13, 20)) > grid = AxesGrid(fig, 111, > nrows_ncols = (3, 2), > axes_pad = 0.6, > c

[Matplotlib-users] streamplots in axesgrid

2013-09-26 Thread Yoshi Rokuko
Hey, I'm trying to plot streamplots into an axesgrid object with something like: fig = pl.figure(1, (13, 20)) grid = AxesGrid(fig, 111, nrows_ncols = (3, 2), axes_pad = 0.6, cbar_location = 'top', cbar_mode = 'each',