Re: [Matplotlib-users] Any update on streamline plot

2011-02-12 Thread Ray Speth
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

Re: [Matplotlib-users] Any update on streamline plot

2011-02-12 Thread Jason Grout
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

Re: [Matplotlib-users] Any update on streamline plot

2011-02-12 Thread Benjamin Root
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

[Matplotlib-users] yellow green blue colormap

2011-02-12 Thread Alan G Isaac
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