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:
>
>
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