[Matplotlib-users] issue of using tex matplotlib

2013-10-07 Thread Hao Wu
Hi, I have an issue using latex in my plot file. Below are my information.1. Operating system: Max OS X version 10.7.5uname -a Darwin pyramid.phys.northwestern.edu 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_642. matplotlib version: 1.3

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