Ben,
Thanks for the suggestions. I've updated the code accordingly. I tend to
use **kwargs because it enforces passing arguments in by keyword, but
your point on IDE friendliness is well taken. Someday, we'll move to
Python 3 with its support for keyword-only arguments...
I've also added a lic
On 2/11/11 3:06 PM, Ray Speth wrote:
> Hi,
>
> I wrote a script to generate streamline plots using matplotlib a while
> ago, and this post inspired me to finally clean it up a bit. The code is
> available at http://web.mit.edu/speth/Public/streamlines.py and you can
> see an example of its output a
On Fri, Feb 11, 2011 at 3:06 PM, Ray Speth wrote:
> Hi,
>
> I wrote a script to generate streamline plots using matplotlib a while
> ago, and this post inspired me to finally clean it up a bit. The code is
> available at http://web.mit.edu/speth/Public/streamlines.py and you can
> see an example
Can anyone share a colormap that goes from bright yellow to
dark blue via green, along the lines of the middle 2/3 of
gist_rainbow?
http://www.scipy.org/Cookbook/Matplotlib/Show_colormaps
Thanks,
Alan Isaac
--
The ultimat